Shades of Deep Magenta #D003E1
Tints of Deep Magenta #D003E1
RGB
CMYK
RGB Variations
Color information
#D003E1 (or 0xD003E1) is known color: Deep Magenta. HEX triplet: D0, 03 and E1. RGB value is (208,3,225). Sum of RGB (Red+Green+Blue) = 208+3+225=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #D003E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003E1 is #2FFC1E. Grayscale: #585858. Windows color (decimal): -3144735 or 14746576. OLE color: 14746576.
HSL color Cylindrical-coordinate representation of color #D003E1: hue angle of 295.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003E1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 3 | 225 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.12 |
| HSL | 295.41º | 0.97% | 0.45% | - |
| HSV(B) | 295.41º | 0.99% | 0.88% | - |
| XYZ | 39.64 | 18.91 | 72.8 | - |
| YUV | 89.6 | 204.42 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 225 | 0.08 | 0.99 | 0 | 0.12 | 295.41 | 0.97 | 0.45 |
| Hex | D0 | 3 | E1 | 8 | 63 | 0 | C | 127 | 61 | 2D |
| Octal | 320 | 3 | 341 | 10 | 143 | 0 | 14 | 447 | 141 | 55 |
| Binary | 11010000 | 11 | 11100001 | 1000 | 1100011 | 0 | 1100 | 100100111 | 1100001 | 101101 |
Color Harmonies of #D003E1
Complementary color
Monochromatic Colors of #D003E1
Black with #D003E1
Text Example
Text Example
White with #D003E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003E1; }
p { color: rgb(208,3,225); }
H1.HeaderClassName
{
color: #D003E1;
}
.AnyTagClassName
{
color: #D003E1;
}
</style>
background-color css
<style>
a { background-color: #D003E1; }
a { background-color: rgb(208,3,225); }
div.DivClassName
{
background-color: #D003E1;
}
.BgClassName
{
background-color: #D003E1;
}
</style>
border-color css
<style>
span { border-color: #D003E1; }
span { border-color: rgb(208,3,225); }
td.TdClassName
{
border-color: #D003E1;
}
.TagClassName
{
border-color: #D003E1;
}
</style>