#D9556C

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

Shades of Cabaret #D9556C

Tints of Cabaret #D9556C

Color information

#D9556C (or 0xD9556C) is unknown color: approx Cabaret. HEX triplet: D9, 55 and 6C. RGB value is (217,85,108). Sum of RGB (Red+Green+Blue) = 217+85+108=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9556C is #26AA93. Grayscale: #7F7F7F. Windows color (decimal): -2534036 or 7099865. OLE color: 7099865.

HSL color Cylindrical-coordinate representation of color #D9556C: hue angle of 349.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9556C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21785108-
CMYK00.610.500.15
HSL349.55º63.46%59.22%-
HSV(B)349.55º60.83%85.1%-
XYZ34.5722.3316.68-
YUV127.09117.23192.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.93%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=52.93%
G=20.73%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178510800.610.500.15349.5563.4659.22
HexD9556C03D32F15e3f3b
Octal33112515407562175367773
Binary110110011010101110110001111011100101111101011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9556C; }

 p { color: rgb(217,85,108); }

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

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

 a { background-color: rgb(217,85,108); }

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

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

 span { border-color: rgb(217,85,108); }

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