#D04D65

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

Shades of Cabaret #D04D65

Tints of Cabaret #D04D65

Color information

#D04D65 (or 0xD04D65) is unknown color: approx Cabaret. HEX triplet: D0, 4D and 65. RGB value is (208,77,101). Sum of RGB (Red+Green+Blue) = 208+77+101=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D65 is #2FB29A. Grayscale: #767676. Windows color (decimal): -3125915 or 6639056. OLE color: 6639056.

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

Color convert

RGB20877101-
CMYK00.630.510.18
HSL349.01º58.22%55.88%-
HSV(B)349.01º62.98%81.57%-
XYZ31.0219.6614.47-
YUV118.9117.9191.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.89%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=53.89%
G=19.95%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087710100.630.510.18349.0158.2255.88
HexD04D6503F331215d3a38
Octal32011514507763225357270
Binary1101000010011011100101011111111001110010101011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04D65; }

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

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

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

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

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

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

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

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