Shades of Deep Magenta #D006E1
Tints of Deep Magenta #D006E1
RGB
CMYK
RGB Variations
Color information
#D006E1 (or 0xD006E1) is known color: Deep Magenta. HEX triplet: D0, 06 and E1. RGB value is (208,6,225). Sum of RGB (Red+Green+Blue) = 208+6+225=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #D006E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006E1 is #2FF91E. Grayscale: #5A5A5A. Windows color (decimal): -3143967 or 14747344. OLE color: 14747344.
HSL color Cylindrical-coordinate representation of color #D006E1: hue angle of 295.34º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D006E1 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 6 | 225 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.12 |
| HSL | 295.34º | 0.95% | 0.45% | - |
| HSV(B) | 295.34º | 0.97% | 0.88% | - |
| XYZ | 39.67 | 18.98 | 72.81 | - |
| YUV | 91.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 225 | 0.08 | 0.97 | 0 | 0.12 | 295.34 | 0.95 | 0.45 |
| Hex | D0 | 6 | E1 | 8 | 61 | 0 | C | 127 | 5F | 2D |
| Octal | 320 | 6 | 341 | 10 | 141 | 0 | 14 | 447 | 137 | 55 |
| Binary | 11010000 | 110 | 11100001 | 1000 | 1100001 | 0 | 1100 | 100100111 | 1011111 | 101101 |
Color Harmonies of #D006E1
Complementary color
Monochromatic Colors of #D006E1
Black with #D006E1
Text Example
Text Example
White with #D006E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006E1; }
p { color: rgb(208,6,225); }
H1.HeaderClassName
{
color: #D006E1;
}
.AnyTagClassName
{
color: #D006E1;
}
</style>
background-color css
<style>
a { background-color: #D006E1; }
a { background-color: rgb(208,6,225); }
div.DivClassName
{
background-color: #D006E1;
}
.BgClassName
{
background-color: #D006E1;
}
</style>
border-color css
<style>
span { border-color: #D006E1; }
span { border-color: rgb(208,6,225); }
td.TdClassName
{
border-color: #D006E1;
}
.TagClassName
{
border-color: #D006E1;
}
</style>