#D55071

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

Shades of Cabaret #D55071

Tints of Cabaret #D55071

Color information

#D55071 (or 0xD55071) is unknown color: approx Cabaret. HEX triplet: D5, 50 and 71. RGB value is (213,80,113). Sum of RGB (Red+Green+Blue) = 213+80+113=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D55071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55071 is #2AAF8E. Grayscale: #7B7B7B. Windows color (decimal): -2797455 or 7426261. OLE color: 7426261.

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

Color convert

RGB21380113-
CMYK00.620.470.16
HSL345.11º61.29%57.45%-
HSV(B)345.11º62.44%83.53%-
XYZ33.2921.0817.94-
YUV123.53122.06191.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.46%
GREEN value IS 80 (31.64% from 255) = 19.70%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=52.46%
G=19.70%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138011300.620.470.16345.1161.2957.45
HexD5507103E2F101593d39
Octal32512016107657205317571
Binary1101010110100001110001011111010111110000101011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55071; }

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

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

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

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

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

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

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

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