#D15E72

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

Shades of Cabaret #D15E72

Tints of Cabaret #D15E72

Color information

#D15E72 (or 0xD15E72) is unknown color: approx Cabaret. HEX triplet: D1, 5E and 72. RGB value is (209,94,114). Sum of RGB (Red+Green+Blue) = 209+94+114=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E72 is #2EA18D. Grayscale: #828282. Windows color (decimal): -3056014 or 7495377. OLE color: 7495377.

HSL color Cylindrical-coordinate representation of color #D15E72: hue angle of 349.57º degrees, saturation: 0.56, 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 #D15E72 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20994114-
CMYK00.550.450.18
HSL349.57º55.56%59.41%-
HSV(B)349.57º55.02%81.96%-
XYZ33.3322.7818.56-
YUV130.66118.6183.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=50.12%
G=22.54%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099411400.550.450.18349.5755.5659.41
HexD15E720372D1215e383b
Octal32113616206755225367073
Binary1101000110111101110010011011110110110010101011110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E72; }

 p { color: rgb(209,94,114); }

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

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

 a { background-color: rgb(209,94,114); }

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

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

 span { border-color: rgb(209,94,114); }

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