Shades of Deep Magenta #D60EB5
Tints of Deep Magenta #D60EB5
RGB
CMYK
RGB Variations
Color information
#D60EB5 (or 0xD60EB5) is known color: Deep Magenta. HEX triplet: D6, 0E and B5. RGB value is (214,14,181). Sum of RGB (Red+Green+Blue) = 214+14+181=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EB5 is #29F14A. Grayscale: #5C5C5C. Windows color (decimal): -2748747 or 11865814. OLE color: 11865814.
HSL color Cylindrical-coordinate representation of color #D60EB5: hue angle of 309.9º 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 #D60EB5 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 181 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.16 |
| HSL | 309.9º | 0.88% | 0.45% | - |
| HSV(B) | 309.9º | 0.93% | 0.84% | - |
| XYZ | 36.23 | 17.95 | 45.27 | - |
| YUV | 92.84 | 177.76 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 181 | 0 | 0.93 | 0.15 | 0.16 | 309.9 | 0.88 | 0.45 |
| Hex | D6 | E | B5 | 0 | 5D | F | 10 | 136 | 58 | 2D |
| Octal | 326 | 16 | 265 | 0 | 135 | 17 | 20 | 466 | 130 | 55 |
| Binary | 11010110 | 1110 | 10110101 | 0 | 1011101 | 1111 | 10000 | 100110110 | 1011000 | 101101 |
Color Harmonies of #D60EB5
Complementary color
Monochromatic Colors of #D60EB5
Black with #D60EB5
Text Example
Text Example
White with #D60EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EB5; }
p { color: rgb(214,14,181); }
H1.HeaderClassName
{
color: #D60EB5;
}
.AnyTagClassName
{
color: #D60EB5;
}
</style>
background-color css
<style>
a { background-color: #D60EB5; }
a { background-color: rgb(214,14,181); }
div.DivClassName
{
background-color: #D60EB5;
}
.BgClassName
{
background-color: #D60EB5;
}
</style>
border-color css
<style>
span { border-color: #D60EB5; }
span { border-color: rgb(214,14,181); }
td.TdClassName
{
border-color: #D60EB5;
}
.TagClassName
{
border-color: #D60EB5;
}
</style>