#D45571

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

Shades of Cabaret #D45571

Tints of Cabaret #D45571

Color information

#D45571 (or 0xD45571) is unknown color: approx Cabaret. HEX triplet: D4, 55 and 71. RGB value is (212,85,113). Sum of RGB (Red+Green+Blue) = 212+85+113=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D45571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45571 is #2BAA8E. Grayscale: #7E7E7E. Windows color (decimal): -2861711 or 7427540. OLE color: 7427540.

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

Color convert

RGB21285113-
CMYK00.600.470.17
HSL346.77º59.62%58.24%-
HSV(B)346.77º59.91%83.14%-
XYZ33.3821.6918.05-
YUV126.16120.58189.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.71%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=51.71%
G=20.73%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128511300.600.470.17346.7759.6258.24
HexD4557103C2F1115b3c3a
Octal32412516107457215337472
Binary1101010010101011110001011110010111110001101011011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45571; }

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

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

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

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

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

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

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

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