#D55571

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

Shades of Cabaret #D55571

Tints of Cabaret #D55571

Color information

#D55571 (or 0xD55571) is unknown color: approx Cabaret. HEX triplet: D5, 55 and 71. RGB value is (213,85,113). Sum of RGB (Red+Green+Blue) = 213+85+113=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D55571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55571 is #2AAA8E. Grayscale: #7E7E7E. Windows color (decimal): -2796175 or 7427541. OLE color: 7427541.

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

Color convert

RGB21385113-
CMYK00.600.470.16
HSL346.88º60.38%58.43%-
HSV(B)346.88º60.09%83.53%-
XYZ33.6721.8418.06-
YUV126.46120.41189.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 85 (33.59% from 255) = 20.68%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=51.82%
G=20.68%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138511300.600.470.16346.8860.3858.43
HexD5557103C2F1015b3c3a
Octal32512516107457205337472
Binary1101010110101011110001011110010111110000101011011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55571; }

 p { color: rgb(213,85,113); }

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

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

 a { background-color: rgb(213,85,113); }

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

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

 span { border-color: rgb(213,85,113); }

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