#DC5561

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

Shades of Mandy #DC5561

Tints of Mandy #DC5561

Color information

#DC5561 (or 0xDC5561) is unknown color: approx Mandy. HEX triplet: DC, 55 and 61. RGB value is (220,85,97). Sum of RGB (Red+Green+Blue) = 220+85+97=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5561 is #23AA9E. Grayscale: #7E7E7E. Windows color (decimal): -2337439 or 6378972. OLE color: 6378972.

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

Color convert

RGB2208597-
CMYK00.610.560.14
HSL354.67º65.85%59.8%-
HSV(B)354.67º61.36%86.27%-
XYZ34.9222.5813.83-
YUV126.73111.23194.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.73%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=54.73%
G=21.14%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220859700.610.560.14354.6765.8559.8
HexDC556103D38E163423c
Octal334125141075701654310274
Binary1101110010101011100001011110111100011101011000111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5561; }

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

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

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

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

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

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

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

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