#D04971

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

Shades of Cabaret #D04971

Tints of Cabaret #D04971

Color information

#D04971 (or 0xD04971) is unknown color: approx Cabaret. HEX triplet: D0, 49 and 71. RGB value is (208,73,113). Sum of RGB (Red+Green+Blue) = 208+73+113=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D04971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04971 is #2FB68E. Grayscale: #757575. Windows color (decimal): -3126927 or 7424464. OLE color: 7424464.

HSL color Cylindrical-coordinate representation of color #D04971: hue angle of 342.22º 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 #D04971 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB20873113-
CMYK00.650.460.18
HSL342.22º58.95%55.1%-
HSV(B)342.22º64.9%81.57%-
XYZ31.3819.3717.71-
YUV117.93125.23192.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.79%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=52.79%
G=18.53%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087311300.650.460.18342.2258.9555.1
HexD049710412E121563b37
Octal320111161010156225267367
Binary11010000100100111100010100000110111010010101010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04971; }

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

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

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

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

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

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

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

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