#D15672

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

Shades of Cabaret #D15672

Tints of Cabaret #D15672

Color information

#D15672 (or 0xD15672) is unknown color: approx Cabaret. HEX triplet: D1, 56 and 72. RGB value is (209,86,114). Sum of RGB (Red+Green+Blue) = 209+86+114=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D15672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15672 is #2EA98D. Grayscale: #7D7D7D. Windows color (decimal): -3058062 or 7493329. OLE color: 7493329.

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

Color convert

RGB20986114-
CMYK00.590.450.18
HSL346.34º57.21%57.84%-
HSV(B)346.34º58.85%81.96%-
XYZ32.6621.4318.33-
YUV125.97121.25187.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=51.10%
G=21.03%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098611400.590.450.18346.3457.2157.84
HexD1567203B2D1215a393a
Octal32112616207355225327172
Binary1101000110101101110010011101110110110010101011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15672; }

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

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

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

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

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

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

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

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