Shades of Mandy #DC5162
Tints of Mandy #DC5162
RGB
CMYK
RGB Variations
Color information
#DC5162 (or 0xDC5162) is known color: Mandy. HEX triplet: DC, 51 and 62. RGB value is (220,81,98). Sum of RGB (Red+Green+Blue) = 220+81+98=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5162 is #23AE9D. Grayscale: #7C7C7C. Windows color (decimal): -2338462 or 6443484. OLE color: 6443484.
HSL color Cylindrical-coordinate representation of color #DC5162: hue angle of 352.66º 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 #DC5162 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 98 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.14 |
| HSL | 352.66º | 0.67% | 0.59% | - |
| HSV(B) | 352.66º | 0.63% | 0.86% | - |
| XYZ | 34.66 | 21.98 | 13.97 | - |
| YUV | 124.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 98 | 0 | 0.63 | 0.55 | 0.14 | 352.66 | 0.67 | 0.59 |
| Hex | DC | 51 | 62 | 0 | 3F | 37 | E | 161 | 43 | 3B |
| Octal | 334 | 121 | 142 | 0 | 77 | 67 | 16 | 541 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1100010 | 0 | 111111 | 110111 | 1110 | 101100001 | 1000011 | 111011 |
Color Harmonies of #DC5162
Complementary color
Monochromatic Colors of #DC5162
Black with #DC5162
Text Example
Text Example
White with #DC5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5162; }
p { color: rgb(220,81,98); }
H1.HeaderClassName
{
color: #DC5162;
}
.AnyTagClassName
{
color: #DC5162;
}
</style>
background-color css
<style>
a { background-color: #DC5162; }
a { background-color: rgb(220,81,98); }
div.DivClassName
{
background-color: #DC5162;
}
.BgClassName
{
background-color: #DC5162;
}
</style>
border-color css
<style>
span { border-color: #DC5162; }
span { border-color: rgb(220,81,98); }
td.TdClassName
{
border-color: #DC5162;
}
.TagClassName
{
border-color: #DC5162;
}
</style>