Shades of Deep Magenta #D60EB6
Tints of Deep Magenta #D60EB6
RGB
CMYK
RGB Variations
Color information
#D60EB6 (or 0xD60EB6) is known color: Deep Magenta. HEX triplet: D6, 0E and B6. RGB value is (214,14,182). Sum of RGB (Red+Green+Blue) = 214+14+182=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EB6 is #29F149. Grayscale: #5C5C5C. Windows color (decimal): -2748746 or 11931350. OLE color: 11931350.
HSL color Cylindrical-coordinate representation of color #D60EB6: hue angle of 309.6º 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 #D60EB6 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 182 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.16 |
| HSL | 309.6º | 0.88% | 0.45% | - |
| HSV(B) | 309.6º | 0.93% | 0.84% | - |
| XYZ | 36.33 | 17.99 | 45.81 | - |
| YUV | 92.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 182 | 0 | 0.93 | 0.15 | 0.16 | 309.6 | 0.88 | 0.45 |
| Hex | D6 | E | B6 | 0 | 5D | F | 10 | 136 | 58 | 2D |
| Octal | 326 | 16 | 266 | 0 | 135 | 17 | 20 | 466 | 130 | 55 |
| Binary | 11010110 | 1110 | 10110110 | 0 | 1011101 | 1111 | 10000 | 100110110 | 1011000 | 101101 |
Color Harmonies of #D60EB6
Complementary color
Monochromatic Colors of #D60EB6
Black with #D60EB6
Text Example
Text Example
White with #D60EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EB6; }
p { color: rgb(214,14,182); }
H1.HeaderClassName
{
color: #D60EB6;
}
.AnyTagClassName
{
color: #D60EB6;
}
</style>
background-color css
<style>
a { background-color: #D60EB6; }
a { background-color: rgb(214,14,182); }
div.DivClassName
{
background-color: #D60EB6;
}
.BgClassName
{
background-color: #D60EB6;
}
</style>
border-color css
<style>
span { border-color: #D60EB6; }
span { border-color: rgb(214,14,182); }
td.TdClassName
{
border-color: #D60EB6;
}
.TagClassName
{
border-color: #D60EB6;
}
</style>