Shades of Deep Magenta #D00ED7
Tints of Deep Magenta #D00ED7
RGB
CMYK
RGB Variations
Color information
#D00ED7 (or 0xD00ED7) is known color: Deep Magenta. HEX triplet: D0, 0E and D7. RGB value is (208,14,215). Sum of RGB (Red+Green+Blue) = 208+14+215=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #D00ED7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ED7 is #2FF128. Grayscale: #5E5E5E. Windows color (decimal): -3141929 or 14094032. OLE color: 14094032.
HSL color Cylindrical-coordinate representation of color #D00ED7: hue angle of 297.91º 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 #D00ED7 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 14 | 215 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.16 |
| HSL | 297.91º | 0.88% | 0.45% | - |
| HSV(B) | 297.91º | 0.93% | 0.84% | - |
| XYZ | 38.44 | 18.63 | 65.86 | - |
| YUV | 94.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 215 | 0.03 | 0.93 | 0 | 0.16 | 297.91 | 0.88 | 0.45 |
| Hex | D0 | E | D7 | 3 | 5D | 0 | 10 | 12A | 58 | 2D |
| Octal | 320 | 16 | 327 | 3 | 135 | 0 | 20 | 452 | 130 | 55 |
| Binary | 11010000 | 1110 | 11010111 | 11 | 1011101 | 0 | 10000 | 100101010 | 1011000 | 101101 |
Color Harmonies of #D00ED7
Complementary color
Monochromatic Colors of #D00ED7
Black with #D00ED7
Text Example
Text Example
White with #D00ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00ED7; }
p { color: rgb(208,14,215); }
H1.HeaderClassName
{
color: #D00ED7;
}
.AnyTagClassName
{
color: #D00ED7;
}
</style>
background-color css
<style>
a { background-color: #D00ED7; }
a { background-color: rgb(208,14,215); }
div.DivClassName
{
background-color: #D00ED7;
}
.BgClassName
{
background-color: #D00ED7;
}
</style>
border-color css
<style>
span { border-color: #D00ED7; }
span { border-color: rgb(208,14,215); }
td.TdClassName
{
border-color: #D00ED7;
}
.TagClassName
{
border-color: #D00ED7;
}
</style>