#D6556F

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

Shades of Cabaret #D6556F

Tints of Cabaret #D6556F

Color information

#D6556F (or 0xD6556F) is unknown color: approx Cabaret. HEX triplet: D6, 55 and 6F. RGB value is (214,85,111). Sum of RGB (Red+Green+Blue) = 214+85+111=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556F is #29AA90. Grayscale: #7E7E7E. Windows color (decimal): -2730641 or 7296470. OLE color: 7296470.

HSL color Cylindrical-coordinate representation of color #D6556F: hue angle of 347.91º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6556F is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21485111-
CMYK00.600.480.16
HSL347.91º61.14%58.63%-
HSV(B)347.91º60.28%83.92%-
XYZ33.8521.9417.49-
YUV126.54119.24190.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.20%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=52.20%
G=20.73%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148511100.600.480.16347.9161.1458.63
HexD6556F03C301015c3d3b
Octal32612515707460205347573
Binary1101011010101011101111011110011000010000101011100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6556F; }

 p { color: rgb(214,85,111); }

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

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

 a { background-color: rgb(214,85,111); }

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

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

 span { border-color: rgb(214,85,111); }

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