Shades of Deep Magenta #D601E1
Tints of Deep Magenta #D601E1
RGB
CMYK
RGB Variations
Color information
#D601E1 (or 0xD601E1) is known color: Deep Magenta. HEX triplet: D6, 01 and E1. RGB value is (214,1,225). Sum of RGB (Red+Green+Blue) = 214+1+225=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #D601E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601E1 is #29FE1E. Grayscale: #595959. Windows color (decimal): -2752031 or 14746070. OLE color: 14746070.
HSL color Cylindrical-coordinate representation of color #D601E1: hue angle of 297.05º 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 #D601E1 is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 1 | 225 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.12 |
| HSL | 297.05º | 0.99% | 0.44% | - |
| HSV(B) | 297.05º | 1% | 0.88% | - |
| XYZ | 41.33 | 19.75 | 72.87 | - |
| YUV | 90.22 | 204.07 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 225 | 0.05 | 1.00 | 0 | 0.12 | 297.05 | 0.99 | 0.44 |
| Hex | D6 | 1 | E1 | 5 | 64 | 0 | C | 129 | 63 | 2C |
| Octal | 326 | 1 | 341 | 5 | 144 | 0 | 14 | 451 | 143 | 54 |
| Binary | 11010110 | 1 | 11100001 | 101 | 1100100 | 0 | 1100 | 100101001 | 1100011 | 101100 |
Color Harmonies of #D601E1
Complementary color
Monochromatic Colors of #D601E1
Black with #D601E1
Text Example
Text Example
White with #D601E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601E1; }
p { color: rgb(214,1,225); }
H1.HeaderClassName
{
color: #D601E1;
}
.AnyTagClassName
{
color: #D601E1;
}
</style>
background-color css
<style>
a { background-color: #D601E1; }
a { background-color: rgb(214,1,225); }
div.DivClassName
{
background-color: #D601E1;
}
.BgClassName
{
background-color: #D601E1;
}
</style>
border-color css
<style>
span { border-color: #D601E1; }
span { border-color: rgb(214,1,225); }
td.TdClassName
{
border-color: #D601E1;
}
.TagClassName
{
border-color: #D601E1;
}
</style>