Shades of Deep Magenta #D301E1
Tints of Deep Magenta #D301E1
RGB
CMYK
RGB Variations
Color information
#D301E1 (or 0xD301E1) is known color: Deep Magenta. HEX triplet: D3, 01 and E1. RGB value is (211,1,225). Sum of RGB (Red+Green+Blue) = 211+1+225=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #D301E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301E1 is #2CFE1E. Grayscale: #585858. Windows color (decimal): -2948639 or 14746067. OLE color: 14746067.
HSL color Cylindrical-coordinate representation of color #D301E1: hue angle of 296.25º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301E1 is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 1 | 225 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.12 |
| HSL | 296.25º | 0.99% | 0.44% | - |
| HSV(B) | 296.25º | 1% | 0.88% | - |
| XYZ | 40.47 | 19.31 | 72.83 | - |
| YUV | 89.33 | 204.57 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 225 | 0.06 | 1.00 | 0 | 0.12 | 296.25 | 0.99 | 0.44 |
| Hex | D3 | 1 | E1 | 6 | 64 | 0 | C | 128 | 63 | 2C |
| Octal | 323 | 1 | 341 | 6 | 144 | 0 | 14 | 450 | 143 | 54 |
| Binary | 11010011 | 1 | 11100001 | 110 | 1100100 | 0 | 1100 | 100101000 | 1100011 | 101100 |
Color Harmonies of #D301E1
Complementary color
Monochromatic Colors of #D301E1
Black with #D301E1
Text Example
Text Example
White with #D301E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D301E1; }
p { color: rgb(211,1,225); }
H1.HeaderClassName
{
color: #D301E1;
}
.AnyTagClassName
{
color: #D301E1;
}
</style>
background-color css
<style>
a { background-color: #D301E1; }
a { background-color: rgb(211,1,225); }
div.DivClassName
{
background-color: #D301E1;
}
.BgClassName
{
background-color: #D301E1;
}
</style>
border-color css
<style>
span { border-color: #D301E1; }
span { border-color: rgb(211,1,225); }
td.TdClassName
{
border-color: #D301E1;
}
.TagClassName
{
border-color: #D301E1;
}
</style>