Shades of Deep Magenta #D60ECF
Tints of Deep Magenta #D60ECF
RGB
CMYK
RGB Variations
Color information
#D60ECF (or 0xD60ECF) is known color: Deep Magenta. HEX triplet: D6, 0E and CF. RGB value is (214,14,207). Sum of RGB (Red+Green+Blue) = 214+14+207=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ECF is #29F130. Grayscale: #5F5F5F. Windows color (decimal): -2748721 or 13569750. OLE color: 13569750.
HSL color Cylindrical-coordinate representation of color #D60ECF: hue angle of 302.1º 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 #D60ECF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 207 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.16 |
| HSL | 302.1º | 0.88% | 0.45% | - |
| HSV(B) | 302.1º | 0.93% | 0.84% | - |
| XYZ | 39.15 | 19.12 | 60.66 | - |
| YUV | 95.8 | 190.76 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 207 | 0 | 0.93 | 0.03 | 0.16 | 302.1 | 0.88 | 0.45 |
| Hex | D6 | E | CF | 0 | 5D | 3 | 10 | 12E | 58 | 2D |
| Octal | 326 | 16 | 317 | 0 | 135 | 3 | 20 | 456 | 130 | 55 |
| Binary | 11010110 | 1110 | 11001111 | 0 | 1011101 | 11 | 10000 | 100101110 | 1011000 | 101101 |
Color Harmonies of #D60ECF
Complementary color
Monochromatic Colors of #D60ECF
Black with #D60ECF
Text Example
Text Example
White with #D60ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60ECF; }
p { color: rgb(214,14,207); }
H1.HeaderClassName
{
color: #D60ECF;
}
.AnyTagClassName
{
color: #D60ECF;
}
</style>
background-color css
<style>
a { background-color: #D60ECF; }
a { background-color: rgb(214,14,207); }
div.DivClassName
{
background-color: #D60ECF;
}
.BgClassName
{
background-color: #D60ECF;
}
</style>
border-color css
<style>
span { border-color: #D60ECF; }
span { border-color: rgb(214,14,207); }
td.TdClassName
{
border-color: #D60ECF;
}
.TagClassName
{
border-color: #D60ECF;
}
</style>