Shades of Deep Magenta #D60FD6
Tints of Deep Magenta #D60FD6
RGB
CMYK
RGB Variations
Color information
#D60FD6 (or 0xD60FD6) is known color: Deep Magenta. HEX triplet: D6, 0F and D6. RGB value is (214,15,214). Sum of RGB (Red+Green+Blue) = 214+15+214=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D60FD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FD6 is #29F029. Grayscale: #606060. Windows color (decimal): -2748458 or 14028758. OLE color: 14028758.
HSL color Cylindrical-coordinate representation of color #D60FD6: hue angle of 300º degrees, saturation: 0.87, 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 #D60FD6 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 214 | - |
| CMYK | 0 | 0.93 | 0 | 0.16 |
| HSL | 300º | 0.87% | 0.45% | - |
| HSV(B) | 300º | 0.93% | 0.84% | - |
| XYZ | 40.04 | 19.49 | 65.27 | - |
| YUV | 97.19 | 193.93 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 214 | 0 | 0.93 | 0 | 0.16 | 300 | 0.87 | 0.45 |
| Hex | D6 | F | D6 | 0 | 5D | 0 | 10 | 12C | 57 | 2D |
| Octal | 326 | 17 | 326 | 0 | 135 | 0 | 20 | 454 | 127 | 55 |
| Binary | 11010110 | 1111 | 11010110 | 0 | 1011101 | 0 | 10000 | 100101100 | 1010111 | 101101 |
Color Harmonies of #D60FD6
Complementary color
Monochromatic Colors of #D60FD6
Black with #D60FD6
Text Example
Text Example
White with #D60FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FD6; }
p { color: rgb(214,15,214); }
H1.HeaderClassName
{
color: #D60FD6;
}
.AnyTagClassName
{
color: #D60FD6;
}
</style>
background-color css
<style>
a { background-color: #D60FD6; }
a { background-color: rgb(214,15,214); }
div.DivClassName
{
background-color: #D60FD6;
}
.BgClassName
{
background-color: #D60FD6;
}
</style>
border-color css
<style>
span { border-color: #D60FD6; }
span { border-color: rgb(214,15,214); }
td.TdClassName
{
border-color: #D60FD6;
}
.TagClassName
{
border-color: #D60FD6;
}
</style>