#DC5562

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

Shades of Mandy #DC5562

Tints of Mandy #DC5562

Color information

#DC5562 (or 0xDC5562) is unknown color: approx Mandy. HEX triplet: DC, 55 and 62. RGB value is (220,85,98). Sum of RGB (Red+Green+Blue) = 220+85+98=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5562 is #23AA9D. Grayscale: #7E7E7E. Windows color (decimal): -2337438 or 6444508. OLE color: 6444508.

HSL color Cylindrical-coordinate representation of color #DC5562: hue angle of 354.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5562 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB2208598-
CMYK00.610.550.14
HSL354.22º65.85%59.8%-
HSV(B)354.22º61.36%86.27%-
XYZ34.9722.5914.07-
YUV126.85111.73194.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.59%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=54.59%
G=21.09%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220859800.610.550.14354.2265.8559.8
HexDC556203D37E162423c
Octal334125142075671654210274
Binary1101110010101011100010011110111011111101011000101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5562; }

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

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

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

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

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

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

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

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