#D15869

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

Shades of Cabaret #D15869

Tints of Cabaret #D15869

Color information

#D15869 (or 0xD15869) is unknown color: approx Cabaret. HEX triplet: D1, 58 and 69. RGB value is (209,88,105). Sum of RGB (Red+Green+Blue) = 209+88+105=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D15869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15869 is #2EA796. Grayscale: #7E7E7E. Windows color (decimal): -3057559 or 6904017. OLE color: 6904017.

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

Color convert

RGB20988105-
CMYK00.580.500.18
HSL351.57º56.81%58.24%-
HSV(B)351.57º57.89%81.96%-
XYZ32.3321.5515.82-
YUV126.12116.09187.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=51.99%
G=21.89%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098810500.580.500.18351.5756.8158.24
HexD1586903A3212160393a
Octal32113015107262225407172
Binary1101000110110001101001011101011001010010101100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15869; }

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

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

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

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

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

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

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

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