Shades of Deep Magenta #D60DC9
Tints of Deep Magenta #D60DC9
RGB
CMYK
RGB Variations
Color information
#D60DC9 (or 0xD60DC9) is known color: Deep Magenta. HEX triplet: D6, 0D and C9. RGB value is (214,13,201). Sum of RGB (Red+Green+Blue) = 214+13+201=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DC9 is #29F236. Grayscale: #5D5D5D. Windows color (decimal): -2748983 or 13176278. OLE color: 13176278.
HSL color Cylindrical-coordinate representation of color #D60DC9: hue angle of 303.88º 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 #D60DC9 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 201 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.16 |
| HSL | 303.88º | 0.89% | 0.45% | - |
| HSV(B) | 303.88º | 0.94% | 0.84% | - |
| XYZ | 38.42 | 18.8 | 56.86 | - |
| YUV | 94.53 | 188.09 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 201 | 0 | 0.94 | 0.06 | 0.16 | 303.88 | 0.89 | 0.45 |
| Hex | D6 | D | C9 | 0 | 5E | 6 | 10 | 130 | 59 | 2D |
| Octal | 326 | 15 | 311 | 0 | 136 | 6 | 20 | 460 | 131 | 55 |
| Binary | 11010110 | 1101 | 11001001 | 0 | 1011110 | 110 | 10000 | 100110000 | 1011001 | 101101 |
Color Harmonies of #D60DC9
Complementary color
Monochromatic Colors of #D60DC9
Black with #D60DC9
Text Example
Text Example
White with #D60DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DC9; }
p { color: rgb(214,13,201); }
H1.HeaderClassName
{
color: #D60DC9;
}
.AnyTagClassName
{
color: #D60DC9;
}
</style>
background-color css
<style>
a { background-color: #D60DC9; }
a { background-color: rgb(214,13,201); }
div.DivClassName
{
background-color: #D60DC9;
}
.BgClassName
{
background-color: #D60DC9;
}
</style>
border-color css
<style>
span { border-color: #D60DC9; }
span { border-color: rgb(214,13,201); }
td.TdClassName
{
border-color: #D60DC9;
}
.TagClassName
{
border-color: #D60DC9;
}
</style>