#DD5455

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

Shades of Mandy #DD5455

Tints of Mandy #DD5455

Color information

#DD5455 (or 0xDD5455) is unknown color: approx Mandy. HEX triplet: DD, 54 and 55. RGB value is (221,84,85). Sum of RGB (Red+Green+Blue) = 221+84+85=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5455 is #22ABAA. Grayscale: #7D7D7D. Windows color (decimal): -2272171 or 5592285. OLE color: 5592285.

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

Color convert

RGB2218485-
CMYK00.620.620.13
HSL359.56º66.83%59.8%-
HSV(B)359.56º61.99%86.67%-
XYZ34.6322.3711.09-
YUV125.08105.39196.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=56.67%
G=21.54%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221848500.620.620.13359.5666.8359.8
HexDD545503E3ED168433c
Octal335124125076761555010374
Binary1101110110101001010101011111011111011011011010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5455; }

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

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

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

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

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

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

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

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