Shades of Deep Magenta #D60EBE
Tints of Deep Magenta #D60EBE
RGB
CMYK
RGB Variations
Color information
#D60EBE (or 0xD60EBE) is known color: Deep Magenta. HEX triplet: D6, 0E and BE. RGB value is (214,14,190). Sum of RGB (Red+Green+Blue) = 214+14+190=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EBE is #29F141. Grayscale: #5D5D5D. Windows color (decimal): -2748738 or 12455638. OLE color: 12455638.
HSL color Cylindrical-coordinate representation of color #D60EBE: hue angle of 307.2º 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 #D60EBE is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 190 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.16 |
| HSL | 307.2º | 0.88% | 0.45% | - |
| HSV(B) | 307.2º | 0.93% | 0.84% | - |
| XYZ | 37.18 | 18.33 | 50.29 | - |
| YUV | 93.86 | 182.26 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 190 | 0 | 0.93 | 0.11 | 0.16 | 307.2 | 0.88 | 0.45 |
| Hex | D6 | E | BE | 0 | 5D | B | 10 | 133 | 58 | 2D |
| Octal | 326 | 16 | 276 | 0 | 135 | 13 | 20 | 463 | 130 | 55 |
| Binary | 11010110 | 1110 | 10111110 | 0 | 1011101 | 1011 | 10000 | 100110011 | 1011000 | 101101 |
Color Harmonies of #D60EBE
Complementary color
Monochromatic Colors of #D60EBE
Black with #D60EBE
Text Example
Text Example
White with #D60EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EBE; }
p { color: rgb(214,14,190); }
H1.HeaderClassName
{
color: #D60EBE;
}
.AnyTagClassName
{
color: #D60EBE;
}
</style>
background-color css
<style>
a { background-color: #D60EBE; }
a { background-color: rgb(214,14,190); }
div.DivClassName
{
background-color: #D60EBE;
}
.BgClassName
{
background-color: #D60EBE;
}
</style>
border-color css
<style>
span { border-color: #D60EBE; }
span { border-color: rgb(214,14,190); }
td.TdClassName
{
border-color: #D60EBE;
}
.TagClassName
{
border-color: #D60EBE;
}
</style>