#D05D79

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

Shades of Cabaret #D05D79

Tints of Cabaret #D05D79

Color information

#D05D79 (or 0xD05D79) is unknown color: approx Cabaret. HEX triplet: D0, 5D and 79. RGB value is (208,93,121). Sum of RGB (Red+Green+Blue) = 208+93+121=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D79 is #2FA286. Grayscale: #828282. Windows color (decimal): -3121799 or 7953872. OLE color: 7953872.

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

Color convert

RGB20893121-
CMYK00.550.420.18
HSL345.39º55.02%59.02%-
HSV(B)345.39º55.29%81.57%-
XYZ33.3822.6220.7-
YUV130.58122.6183.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.29%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=49.29%
G=22.04%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089312100.550.420.18345.3955.0259.02
HexD05D790372A12159373b
Octal32013517106752225316773
Binary1101000010111011111001011011110101010010101011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D79; }

 p { color: rgb(208,93,121); }

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

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

 a { background-color: rgb(208,93,121); }

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

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

 span { border-color: rgb(208,93,121); }

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