Shades of Mandy #DC4652
Tints of Mandy #DC4652
RGB
CMYK
RGB Variations
Color information
#DC4652 (or 0xDC4652) is known color: Mandy. HEX triplet: DC, 46 and 52. RGB value is (220,70,82). Sum of RGB (Red+Green+Blue) = 220+70+82=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4652 is #23B9AD. Grayscale: #747474. Windows color (decimal): -2341294 or 5392092. OLE color: 5392092.
HSL color Cylindrical-coordinate representation of color #DC4652: hue angle of 355.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4652 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 82 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.14 |
| HSL | 355.2º | 0.68% | 0.57% | - |
| HSV(B) | 355.2º | 0.68% | 0.86% | - |
| XYZ | 33.23 | 20.21 | 10.13 | - |
| YUV | 116.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 82 | 0 | 0.68 | 0.63 | 0.14 | 355.2 | 0.68 | 0.57 |
| Hex | DC | 46 | 52 | 0 | 44 | 3F | E | 163 | 44 | 39 |
| Octal | 334 | 106 | 122 | 0 | 104 | 77 | 16 | 543 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1010010 | 0 | 1000100 | 111111 | 1110 | 101100011 | 1000100 | 111001 |
Color Harmonies of #DC4652
Complementary color
Monochromatic Colors of #DC4652
Black with #DC4652
Text Example
Text Example
White with #DC4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4652; }
p { color: rgb(220,70,82); }
H1.HeaderClassName
{
color: #DC4652;
}
.AnyTagClassName
{
color: #DC4652;
}
</style>
background-color css
<style>
a { background-color: #DC4652; }
a { background-color: rgb(220,70,82); }
div.DivClassName
{
background-color: #DC4652;
}
.BgClassName
{
background-color: #DC4652;
}
</style>
border-color css
<style>
span { border-color: #DC4652; }
span { border-color: rgb(220,70,82); }
td.TdClassName
{
border-color: #DC4652;
}
.TagClassName
{
border-color: #DC4652;
}
</style>