#DD5563

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

Shades of Mandy #DD5563

Tints of Mandy #DD5563

Color information

#DD5563 (or 0xDD5563) is unknown color: approx Mandy. HEX triplet: DD, 55 and 63. RGB value is (221,85,99). Sum of RGB (Red+Green+Blue) = 221+85+99=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5563 is #22AA9C. Grayscale: #7F7F7F. Windows color (decimal): -2271901 or 6510045. OLE color: 6510045.

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

Color convert

RGB2218599-
CMYK00.620.550.13
HSL353.82º66.67%60%-
HSV(B)353.82º61.54%86.67%-
XYZ35.3222.7714.34-
YUV127.26112.06194.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.57%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=54.57%
G=20.99%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221859900.620.550.13353.8266.6760
HexDD556303E37D162433c
Octal335125143076671554210374
Binary1101110110101011100011011111011011111011011000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5563; }

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

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

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

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

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

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

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

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