#D15D77

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

Shades of Cabaret #D15D77

Tints of Cabaret #D15D77

Color information

#D15D77 (or 0xD15D77) is unknown color: approx Cabaret. HEX triplet: D1, 5D and 77. RGB value is (209,93,119). Sum of RGB (Red+Green+Blue) = 209+93+119=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D77 is #2EA288. Grayscale: #828282. Windows color (decimal): -3056265 or 7822801. OLE color: 7822801.

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

Color convert

RGB20993119-
CMYK00.560.430.18
HSL346.55º55.77%59.22%-
HSV(B)346.55º55.5%81.96%-
XYZ33.5422.7220.07-
YUV130.65121.43183.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=49.64%
G=22.09%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099311900.560.430.18346.5555.7759.22
HexD15D770382B1215b383b
Octal32113516707053225337073
Binary1101000110111011110111011100010101110010101011011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D77; }

 p { color: rgb(209,93,119); }

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

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

 a { background-color: rgb(209,93,119); }

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

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

 span { border-color: rgb(209,93,119); }

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