#8D2D4F

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

Shades of Disco #8D2D4F

Tints of Disco #8D2D4F

Color information

#8D2D4F (or 0x8D2D4F) is unknown color: approx Disco. HEX triplet: 8D, 2D and 4F. RGB value is (141,45,79). Sum of RGB (Red+Green+Blue) = 141+45+79=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2D4F is #72D2B0. Grayscale: #4D4D4D. Windows color (decimal): -7525041 or 5189005. OLE color: 5189005.

HSL color Cylindrical-coordinate representation of color #8D2D4F: hue angle of 338.75º 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 #8D2D4F is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1414579-
CMYK00.680.440.45
HSL338.75º51.61%36.47%-
HSV(B)338.75º68.09%55.29%-
XYZ13.338.18.26-
YUV77.58128.8173.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=53.21%
G=16.98%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141457900.680.440.45338.7551.6136.47
Hex8D2D4F0442C2D1533424
Octal21555117010454555236444
Binary10001101101101100111101000100101100101101101010011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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