Shades of Deep Magenta #D60DC0
Tints of Deep Magenta #D60DC0
RGB
CMYK
RGB Variations
Color information
#D60DC0 (or 0xD60DC0) is known color: Deep Magenta. HEX triplet: D6, 0D and C0. RGB value is (214,13,192). Sum of RGB (Red+Green+Blue) = 214+13+192=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DC0 is #29F23F. Grayscale: #5C5C5C. Windows color (decimal): -2748992 or 12586454. OLE color: 12586454.
HSL color Cylindrical-coordinate representation of color #D60DC0: hue angle of 306.57º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.16 |
| HSL | 306.57º | 0.89% | 0.45% | - |
| HSV(B) | 306.57º | 0.94% | 0.84% | - |
| XYZ | 37.39 | 18.39 | 51.45 | - |
| YUV | 93.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 192 | 0 | 0.94 | 0.10 | 0.16 | 306.57 | 0.89 | 0.45 |
| Hex | D6 | D | C0 | 0 | 5E | A | 10 | 133 | 59 | 2D |
| Octal | 326 | 15 | 300 | 0 | 136 | 12 | 20 | 463 | 131 | 55 |
| Binary | 11010110 | 1101 | 11000000 | 0 | 1011110 | 1010 | 10000 | 100110011 | 1011001 | 101101 |
Color Harmonies of #D60DC0
Complementary color
Monochromatic Colors of #D60DC0
Black with #D60DC0
Text Example
Text Example
White with #D60DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DC0; }
p { color: rgb(214,13,192); }
H1.HeaderClassName
{
color: #D60DC0;
}
.AnyTagClassName
{
color: #D60DC0;
}
</style>
background-color css
<style>
a { background-color: #D60DC0; }
a { background-color: rgb(214,13,192); }
div.DivClassName
{
background-color: #D60DC0;
}
.BgClassName
{
background-color: #D60DC0;
}
</style>
border-color css
<style>
span { border-color: #D60DC0; }
span { border-color: rgb(214,13,192); }
td.TdClassName
{
border-color: #D60DC0;
}
.TagClassName
{
border-color: #D60DC0;
}
</style>