#D15569

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

Shades of Cabaret #D15569

Tints of Cabaret #D15569

Color information

#D15569 (or 0xD15569) is unknown color: approx Cabaret. HEX triplet: D1, 55 and 69. RGB value is (209,85,105). Sum of RGB (Red+Green+Blue) = 209+85+105=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D15569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15569 is #2EAA96. Grayscale: #7C7C7C. Windows color (decimal): -3058327 or 6903249. OLE color: 6903249.

HSL color Cylindrical-coordinate representation of color #D15569: hue angle of 350.32º 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 #D15569 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20985105-
CMYK00.590.500.18
HSL350.32º57.41%57.65%-
HSV(B)350.32º59.33%81.96%-
XYZ32.0921.0715.74-
YUV124.36117.08188.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.38%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=52.38%
G=21.30%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098510500.590.500.18350.3257.4157.65
HexD1556903B321215e393a
Octal32112515107362225367172
Binary1101000110101011101001011101111001010010101011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15569; }

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

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

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

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

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

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

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

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