#D15969

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

Shades of Cabaret #D15969

Tints of Cabaret #D15969

Color information

#D15969 (or 0xD15969) is unknown color: approx Cabaret. HEX triplet: D1, 59 and 69. RGB value is (209,89,105). Sum of RGB (Red+Green+Blue) = 209+89+105=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D15969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15969 is #2EA696. Grayscale: #7E7E7E. Windows color (decimal): -3057303 or 6904273. OLE color: 6904273.

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

Color convert

RGB20989105-
CMYK00.570.500.18
HSL352º56.6%58.43%-
HSV(B)352º57.42%81.96%-
XYZ32.4221.7215.85-
YUV126.7115.76186.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=51.86%
G=22.08%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098910500.570.500.1835256.658.43
HexD159690393212160393a
Octal32113115107162225407172
Binary1101000110110011101001011100111001010010101100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15969; }

 p { color: rgb(209,89,105); }

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

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

 a { background-color: rgb(209,89,105); }

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

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

 span { border-color: rgb(209,89,105); }

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