Shades of Deep Magenta #D60EAF
Tints of Deep Magenta #D60EAF
RGB
CMYK
RGB Variations
Color information
#D60EAF (or 0xD60EAF) is known color: Deep Magenta. HEX triplet: D6, 0E and AF. RGB value is (214,14,175). Sum of RGB (Red+Green+Blue) = 214+14+175=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60EAF is #29F150. Grayscale: #5B5B5B. Windows color (decimal): -2748753 or 11472598. OLE color: 11472598.
HSL color Cylindrical-coordinate representation of color #D60EAF: hue angle of 311.7º 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 #D60EAF is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.16 |
| HSL | 311.7º | 0.88% | 0.45% | - |
| HSV(B) | 311.7º | 0.93% | 0.84% | - |
| XYZ | 35.63 | 17.71 | 42.1 | - |
| YUV | 92.15 | 174.76 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 175 | 0 | 0.93 | 0.18 | 0.16 | 311.7 | 0.88 | 0.45 |
| Hex | D6 | E | AF | 0 | 5D | 12 | 10 | 138 | 58 | 2D |
| Octal | 326 | 16 | 257 | 0 | 135 | 22 | 20 | 470 | 130 | 55 |
| Binary | 11010110 | 1110 | 10101111 | 0 | 1011101 | 10010 | 10000 | 100111000 | 1011000 | 101101 |
Color Harmonies of #D60EAF
Complementary color
Monochromatic Colors of #D60EAF
Black with #D60EAF
Text Example
Text Example
White with #D60EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EAF; }
p { color: rgb(214,14,175); }
H1.HeaderClassName
{
color: #D60EAF;
}
.AnyTagClassName
{
color: #D60EAF;
}
</style>
background-color css
<style>
a { background-color: #D60EAF; }
a { background-color: rgb(214,14,175); }
div.DivClassName
{
background-color: #D60EAF;
}
.BgClassName
{
background-color: #D60EAF;
}
</style>
border-color css
<style>
span { border-color: #D60EAF; }
span { border-color: rgb(214,14,175); }
td.TdClassName
{
border-color: #D60EAF;
}
.TagClassName
{
border-color: #D60EAF;
}
</style>