#D55059

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

Shades of Mandy #D55059

Tints of Mandy #D55059

Color information

#D55059 (or 0xD55059) is unknown color: approx Mandy. HEX triplet: D5, 50 and 59. RGB value is (213,80,89). Sum of RGB (Red+Green+Blue) = 213+80+89=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55059 is #2AAFA6. Grayscale: #787878. Windows color (decimal): -2797479 or 5853397. OLE color: 5853397.

HSL color Cylindrical-coordinate representation of color #D55059: hue angle of 355.94º 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 #D55059 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2138089-
CMYK00.620.580.16
HSL355.94º61.29%57.45%-
HSV(B)355.94º62.44%83.53%-
XYZ32.1120.611.74-
YUV120.79110.06193.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.76%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=55.76%
G=20.94%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213808900.620.580.16355.9461.2957.45
HexD5505903E3A101643d39
Octal32512013107672205447571
Binary1101010110100001011001011111011101010000101100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55059; }

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

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

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

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

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

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

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

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