Shades of Deep Magenta #D60EC6
Tints of Deep Magenta #D60EC6
RGB
CMYK
RGB Variations
Color information
#D60EC6 (or 0xD60EC6) is known color: Deep Magenta. HEX triplet: D6, 0E and C6. RGB value is (214,14,198). Sum of RGB (Red+Green+Blue) = 214+14+198=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EC6 is #29F139. Grayscale: #5E5E5E. Windows color (decimal): -2748730 or 12979926. OLE color: 12979926.
HSL color Cylindrical-coordinate representation of color #D60EC6: hue angle of 304.8º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60EC6 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 198 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.16 |
| HSL | 304.8º | 0.88% | 0.45% | - |
| HSV(B) | 304.8º | 0.93% | 0.84% | - |
| XYZ | 38.08 | 18.69 | 55.03 | - |
| YUV | 94.78 | 186.26 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 198 | 0 | 0.93 | 0.07 | 0.16 | 304.8 | 0.88 | 0.45 |
| Hex | D6 | E | C6 | 0 | 5D | 7 | 10 | 131 | 58 | 2D |
| Octal | 326 | 16 | 306 | 0 | 135 | 7 | 20 | 461 | 130 | 55 |
| Binary | 11010110 | 1110 | 11000110 | 0 | 1011101 | 111 | 10000 | 100110001 | 1011000 | 101101 |
Color Harmonies of #D60EC6
Complementary color
Monochromatic Colors of #D60EC6
Black with #D60EC6
Text Example
Text Example
White with #D60EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EC6; }
p { color: rgb(214,14,198); }
H1.HeaderClassName
{
color: #D60EC6;
}
.AnyTagClassName
{
color: #D60EC6;
}
</style>
background-color css
<style>
a { background-color: #D60EC6; }
a { background-color: rgb(214,14,198); }
div.DivClassName
{
background-color: #D60EC6;
}
.BgClassName
{
background-color: #D60EC6;
}
</style>
border-color css
<style>
span { border-color: #D60EC6; }
span { border-color: rgb(214,14,198); }
td.TdClassName
{
border-color: #D60EC6;
}
.TagClassName
{
border-color: #D60EC6;
}
</style>