#DD5459

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

Shades of Mandy #DD5459

Tints of Mandy #DD5459

Color information

#DD5459 (or 0xDD5459) is unknown color: approx Mandy. HEX triplet: DD, 54 and 59. RGB value is (221,84,89). Sum of RGB (Red+Green+Blue) = 221+84+89=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5459 is #22ABA6. Grayscale: #7D7D7D. Windows color (decimal): -2272167 or 5854429. OLE color: 5854429.

HSL color Cylindrical-coordinate representation of color #DD5459: hue angle of 357.81º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5459 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB2218489-
CMYK00.620.600.13
HSL357.81º66.83%59.8%-
HSV(B)357.81º61.99%86.67%-
XYZ34.7922.4311.95-
YUV125.53107.39196.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=56.09%
G=21.32%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221848900.620.600.13357.8166.8359.8
HexDD545903E3CD166433c
Octal335124131076741554610374
Binary1101110110101001011001011111011110011011011001101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5459; }

 p { color: rgb(221,84,89); }

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

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

 a { background-color: rgb(221,84,89); }

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

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

 span { border-color: rgb(221,84,89); }

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