Shades of Mandy #DC4552
Tints of Mandy #DC4552
RGB
CMYK
RGB Variations
Color information
#DC4552 (or 0xDC4552) is known color: Mandy. HEX triplet: DC, 45 and 52. RGB value is (220,69,82). Sum of RGB (Red+Green+Blue) = 220+69+82=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4552 is #23BAAD. Grayscale: #737373. Windows color (decimal): -2341550 or 5391836. OLE color: 5391836.
HSL color Cylindrical-coordinate representation of color #DC4552: hue angle of 354.83º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4552 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 82 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.14 |
| HSL | 354.83º | 0.68% | 0.57% | - |
| HSV(B) | 354.83º | 0.69% | 0.86% | - |
| XYZ | 33.17 | 20.08 | 10.11 | - |
| YUV | 115.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 82 | 0 | 0.69 | 0.63 | 0.14 | 354.83 | 0.68 | 0.57 |
| Hex | DC | 45 | 52 | 0 | 45 | 3F | E | 163 | 44 | 39 |
| Octal | 334 | 105 | 122 | 0 | 105 | 77 | 16 | 543 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1010010 | 0 | 1000101 | 111111 | 1110 | 101100011 | 1000100 | 111001 |
Color Harmonies of #DC4552
Complementary color
Monochromatic Colors of #DC4552
Black with #DC4552
Text Example
Text Example
White with #DC4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4552; }
p { color: rgb(220,69,82); }
H1.HeaderClassName
{
color: #DC4552;
}
.AnyTagClassName
{
color: #DC4552;
}
</style>
background-color css
<style>
a { background-color: #DC4552; }
a { background-color: rgb(220,69,82); }
div.DivClassName
{
background-color: #DC4552;
}
.BgClassName
{
background-color: #DC4552;
}
</style>
border-color css
<style>
span { border-color: #DC4552; }
span { border-color: rgb(220,69,82); }
td.TdClassName
{
border-color: #DC4552;
}
.TagClassName
{
border-color: #DC4552;
}
</style>