#D04D72

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

Shades of Cabaret #D04D72

Tints of Cabaret #D04D72

Color information

#D04D72 (or 0xD04D72) is unknown color: approx Cabaret. HEX triplet: D0, 4D and 72. RGB value is (208,77,114). Sum of RGB (Red+Green+Blue) = 208+77+114=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D72 is #2FB28D. Grayscale: #787878. Windows color (decimal): -3125902 or 7491024. OLE color: 7491024.

HSL color Cylindrical-coordinate representation of color #D04D72: hue angle of 343.05º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04D72 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20877114-
CMYK00.630.450.18
HSL343.05º58.22%55.88%-
HSV(B)343.05º62.98%81.57%-
XYZ31.719.9318.1-
YUV120.39124.4190.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.13%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=52.13%
G=19.30%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087711400.630.450.18343.0558.2255.88
HexD04D7203F2D121573a38
Octal32011516207755225277270
Binary1101000010011011110010011111110110110010101010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04D72; }

 p { color: rgb(208,77,114); }

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

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

 a { background-color: rgb(208,77,114); }

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

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

 span { border-color: rgb(208,77,114); }

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