#D0556D

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

Shades of Cabaret #D0556D

Tints of Cabaret #D0556D

Color information

#D0556D (or 0xD0556D) is unknown color: approx Cabaret. HEX triplet: D0, 55 and 6D. RGB value is (208,85,109). Sum of RGB (Red+Green+Blue) = 208+85+109=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0556D is #2FAA92. Grayscale: #7C7C7C. Windows color (decimal): -3123859 or 7165392. OLE color: 7165392.

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

Color convert

RGB20885109-
CMYK00.590.480.18
HSL348.29º56.68%57.45%-
HSV(B)348.29º59.13%81.57%-
XYZ32.0221.0116.84-
YUV124.51119.25187.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.74%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=51.74%
G=21.14%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088510900.590.480.18348.2956.6857.45
HexD0556D03B301215c3939
Octal32012515507360225347171
Binary1101000010101011101101011101111000010010101011100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0556D; }

 p { color: rgb(208,85,109); }

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

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

 a { background-color: rgb(208,85,109); }

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

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

 span { border-color: rgb(208,85,109); }

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