#D04972

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

Shades of Cabaret #D04972

Tints of Cabaret #D04972

Color information

#D04972 (or 0xD04972) is unknown color: approx Cabaret. HEX triplet: D0, 49 and 72. RGB value is (208,73,114). Sum of RGB (Red+Green+Blue) = 208+73+114=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D04972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04972 is #2FB68D. Grayscale: #767676. Windows color (decimal): -3126926 or 7490000. OLE color: 7490000.

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

Color convert

RGB20873114-
CMYK00.650.450.18
HSL341.78º58.95%55.1%-
HSV(B)341.78º64.9%81.57%-
XYZ31.4319.3918.01-
YUV118.04125.73192.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.66%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=52.66%
G=18.48%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087311400.650.450.18341.7858.9555.1
HexD049720412D121563b37
Octal320111162010155225267367
Binary11010000100100111100100100000110110110010101010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04972; }

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

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

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

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

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

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

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

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