Shades of Mandy #DC6162
Tints of Mandy #DC6162
RGB
CMYK
RGB Variations
Color information
#DC6162 (or 0xDC6162) is known color: Mandy. HEX triplet: DC, 61 and 62. RGB value is (220,97,98). Sum of RGB (Red+Green+Blue) = 220+97+98=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6162 is #239E9D. Grayscale: #868686. Windows color (decimal): -2334366 or 6447580. OLE color: 6447580.
HSL color Cylindrical-coordinate representation of color #DC6162: hue angle of 359.51º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6162 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 98 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.14 |
| HSL | 359.51º | 0.64% | 0.62% | - |
| HSV(B) | 359.51º | 0.56% | 0.86% | - |
| XYZ | 35.99 | 24.65 | 14.42 | - |
| YUV | 133.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 98 | 0 | 0.56 | 0.55 | 0.14 | 359.51 | 0.64 | 0.62 |
| Hex | DC | 61 | 62 | 0 | 38 | 37 | E | 168 | 40 | 3E |
| Octal | 334 | 141 | 142 | 0 | 70 | 67 | 16 | 550 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1100010 | 0 | 111000 | 110111 | 1110 | 101101000 | 1000000 | 111110 |
Color Harmonies of #DC6162
Complementary color
Monochromatic Colors of #DC6162
Black with #DC6162
Text Example
Text Example
White with #DC6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6162; }
p { color: rgb(220,97,98); }
H1.HeaderClassName
{
color: #DC6162;
}
.AnyTagClassName
{
color: #DC6162;
}
</style>
background-color css
<style>
a { background-color: #DC6162; }
a { background-color: rgb(220,97,98); }
div.DivClassName
{
background-color: #DC6162;
}
.BgClassName
{
background-color: #DC6162;
}
</style>
border-color css
<style>
span { border-color: #DC6162; }
span { border-color: rgb(220,97,98); }
td.TdClassName
{
border-color: #DC6162;
}
.TagClassName
{
border-color: #DC6162;
}
</style>