#D1556A

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

Shades of Cabaret #D1556A

Tints of Cabaret #D1556A

Color information

#D1556A (or 0xD1556A) is unknown color: approx Cabaret. HEX triplet: D1, 55 and 6A. RGB value is (209,85,106). Sum of RGB (Red+Green+Blue) = 209+85+106=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1556A is #2EAA95. Grayscale: #7C7C7C. Windows color (decimal): -3058326 or 6968785. OLE color: 6968785.

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

Color convert

RGB20985106-
CMYK00.590.490.18
HSL349.84º57.41%57.65%-
HSV(B)349.84º59.33%81.96%-
XYZ32.1421.0916.01-
YUV124.47117.58188.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=52.25%
G=21.25%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098510600.590.490.18349.8457.4157.65
HexD1556A03B311215e393a
Octal32112515207361225367172
Binary1101000110101011101010011101111000110010101011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1556A; }

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

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

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

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

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

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

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

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