Shades of Mandy #DC5152
Tints of Mandy #DC5152
RGB
CMYK
RGB Variations
Color information
#DC5152 (or 0xDC5152) is known color: Mandy. HEX triplet: DC, 51 and 52. RGB value is (220,81,82). Sum of RGB (Red+Green+Blue) = 220+81+82=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5152 is #23AEAD. Grayscale: #7A7A7A. Windows color (decimal): -2338478 or 5394908. OLE color: 5394908.
HSL color Cylindrical-coordinate representation of color #DC5152: hue angle of 359.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5152 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 82 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.14 |
| HSL | 359.57º | 0.67% | 0.59% | - |
| HSV(B) | 359.57º | 0.63% | 0.86% | - |
| XYZ | 33.98 | 21.71 | 10.38 | - |
| YUV | 122.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 82 | 0 | 0.63 | 0.63 | 0.14 | 359.57 | 0.67 | 0.59 |
| Hex | DC | 51 | 52 | 0 | 3F | 3F | E | 168 | 43 | 3B |
| Octal | 334 | 121 | 122 | 0 | 77 | 77 | 16 | 550 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1010010 | 0 | 111111 | 111111 | 1110 | 101101000 | 1000011 | 111011 |
Color Harmonies of #DC5152
Complementary color
Monochromatic Colors of #DC5152
Black with #DC5152
Text Example
Text Example
White with #DC5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5152; }
p { color: rgb(220,81,82); }
H1.HeaderClassName
{
color: #DC5152;
}
.AnyTagClassName
{
color: #DC5152;
}
</style>
background-color css
<style>
a { background-color: #DC5152; }
a { background-color: rgb(220,81,82); }
div.DivClassName
{
background-color: #DC5152;
}
.BgClassName
{
background-color: #DC5152;
}
</style>
border-color css
<style>
span { border-color: #DC5152; }
span { border-color: rgb(220,81,82); }
td.TdClassName
{
border-color: #DC5152;
}
.TagClassName
{
border-color: #DC5152;
}
</style>