Shades of Deep Magenta #D60FD0
Tints of Deep Magenta #D60FD0
RGB
CMYK
RGB Variations
Color information
#D60FD0 (or 0xD60FD0) is known color: Deep Magenta. HEX triplet: D6, 0F and D0. RGB value is (214,15,208). Sum of RGB (Red+Green+Blue) = 214+15+208=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FD0 is #29F02F. Grayscale: #5F5F5F. Windows color (decimal): -2748464 or 13635542. OLE color: 13635542.
HSL color Cylindrical-coordinate representation of color #D60FD0: hue angle of 301.81º 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 #D60FD0 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 208 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.16 |
| HSL | 301.81º | 0.87% | 0.45% | - |
| HSV(B) | 301.81º | 0.93% | 0.84% | - |
| XYZ | 39.29 | 19.19 | 61.31 | - |
| YUV | 96.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 208 | 0 | 0.93 | 0.03 | 0.16 | 301.81 | 0.87 | 0.45 |
| Hex | D6 | F | D0 | 0 | 5D | 3 | 10 | 12E | 57 | 2D |
| Octal | 326 | 17 | 320 | 0 | 135 | 3 | 20 | 456 | 127 | 55 |
| Binary | 11010110 | 1111 | 11010000 | 0 | 1011101 | 11 | 10000 | 100101110 | 1010111 | 101101 |
Color Harmonies of #D60FD0
Complementary color
Monochromatic Colors of #D60FD0
Black with #D60FD0
Text Example
Text Example
White with #D60FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FD0; }
p { color: rgb(214,15,208); }
H1.HeaderClassName
{
color: #D60FD0;
}
.AnyTagClassName
{
color: #D60FD0;
}
</style>
background-color css
<style>
a { background-color: #D60FD0; }
a { background-color: rgb(214,15,208); }
div.DivClassName
{
background-color: #D60FD0;
}
.BgClassName
{
background-color: #D60FD0;
}
</style>
border-color css
<style>
span { border-color: #D60FD0; }
span { border-color: rgb(214,15,208); }
td.TdClassName
{
border-color: #D60FD0;
}
.TagClassName
{
border-color: #D60FD0;
}
</style>