#8D2D4E

Color #8D2D4E Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #8D2D4E

Tints of Disco #8D2D4E

Color information

#8D2D4E (or 0x8D2D4E) is unknown color: approx Disco. HEX triplet: 8D, 2D and 4E. RGB value is (141,45,78). Sum of RGB (Red+Green+Blue) = 141+45+78=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2D4E is #72D2B1. Grayscale: #4D4D4D. Windows color (decimal): -7525042 or 5123469. OLE color: 5123469.

HSL color Cylindrical-coordinate representation of color #8D2D4E: hue angle of 339.38º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D4E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1414578-
CMYK00.680.450.45
HSL339.38º51.61%36.47%-
HSV(B)339.38º68.09%55.29%-
XYZ13.38.098.07-
YUV77.47128.3173.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 53.41%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=53.41%
G=17.05%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141457800.680.450.45339.3851.6136.47
Hex8D2D4E0442D2D1533424
Octal21555116010455555236444
Binary10001101101101100111001000100101101101101101010011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2D4E; }

 p { color: rgb(141,45,78); }

 H1.HeaderClassName
 {
   color: #8D2D4E;
 }
 .AnyTagClassName
 {
   color: #8D2D4E;
 }
</style>
background-color css

<style>
 a { background-color: #8D2D4E; }

 a { background-color: rgb(141,45,78); }

 div.DivClassName
 {
   background-color: #8D2D4E;
 }
 .BgClassName
 {
   background-color: #8D2D4E;
 }
</style>
border-color css

<style>
 span { border-color: #8D2D4E; }

 span { border-color: rgb(141,45,78); }

 td.TdClassName
 {
   border-color: #8D2D4E;
 }
 .TagClassName
 {
   border-color: #8D2D4E;
 }
</style>