#DD5562

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

Shades of Mandy #DD5562

Tints of Mandy #DD5562

Color information

#DD5562 (or 0xDD5562) is unknown color: approx Mandy. HEX triplet: DD, 55 and 62. RGB value is (221,85,98). Sum of RGB (Red+Green+Blue) = 221+85+98=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5562 is #22AA9D. Grayscale: #7F7F7F. Windows color (decimal): -2271902 or 6444509. OLE color: 6444509.

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

Color convert

RGB2218598-
CMYK00.620.560.13
HSL354.26º66.67%60%-
HSV(B)354.26º61.54%86.67%-
XYZ35.2722.7514.09-
YUV127.15111.56194.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 98 (38.67% from 255) = 24.26%
R=54.70%
G=21.04%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221859800.620.560.13354.2666.6760
HexDD556203E38D162433c
Octal335125142076701554210374
Binary1101110110101011100010011111011100011011011000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5562; }

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

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

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

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

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

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

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

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