Shades of Deep Magenta #D00EE1
Tints of Deep Magenta #D00EE1
RGB
CMYK
RGB Variations
Color information
#D00EE1 (or 0xD00EE1) is known color: Deep Magenta. HEX triplet: D0, 0E and E1. RGB value is (208,14,225). Sum of RGB (Red+Green+Blue) = 208+14+225=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #D00EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EE1 is #2FF11E. Grayscale: #5F5F5F. Windows color (decimal): -3141919 or 14749392. OLE color: 14749392.
HSL color Cylindrical-coordinate representation of color #D00EE1: hue angle of 295.17º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00EE1 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 14 | 225 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.12 |
| HSL | 295.17º | 0.88% | 0.47% | - |
| HSV(B) | 295.17º | 0.94% | 0.88% | - |
| XYZ | 39.76 | 19.16 | 72.84 | - |
| YUV | 96.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 225 | 0.08 | 0.94 | 0 | 0.12 | 295.17 | 0.88 | 0.47 |
| Hex | D0 | E | E1 | 8 | 5E | 0 | C | 127 | 58 | 2F |
| Octal | 320 | 16 | 341 | 10 | 136 | 0 | 14 | 447 | 130 | 57 |
| Binary | 11010000 | 1110 | 11100001 | 1000 | 1011110 | 0 | 1100 | 100100111 | 1011000 | 101111 |
Color Harmonies of #D00EE1
Complementary color
Monochromatic Colors of #D00EE1
Black with #D00EE1
Text Example
Text Example
White with #D00EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00EE1; }
p { color: rgb(208,14,225); }
H1.HeaderClassName
{
color: #D00EE1;
}
.AnyTagClassName
{
color: #D00EE1;
}
</style>
background-color css
<style>
a { background-color: #D00EE1; }
a { background-color: rgb(208,14,225); }
div.DivClassName
{
background-color: #D00EE1;
}
.BgClassName
{
background-color: #D00EE1;
}
</style>
border-color css
<style>
span { border-color: #D00EE1; }
span { border-color: rgb(208,14,225); }
td.TdClassName
{
border-color: #D00EE1;
}
.TagClassName
{
border-color: #D00EE1;
}
</style>