Shades of Deep Magenta #D901DE
Tints of Deep Magenta #D901DE
RGB
CMYK
RGB Variations
Color information
#D901DE (or 0xD901DE) is known color: Deep Magenta. HEX triplet: D9, 01 and DE. RGB value is (217,1,222). Sum of RGB (Red+Green+Blue) = 217+1+222=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #D901DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D901DE is #26FE21. Grayscale: #5A5A5A. Windows color (decimal): -2555426 or 14549465. OLE color: 14549465.
HSL color Cylindrical-coordinate representation of color #D901DE: hue angle of 298.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901DE is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 1 | 222 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.13 |
| HSL | 298.64º | 0.99% | 0.44% | - |
| HSV(B) | 298.64º | 1% | 0.87% | - |
| XYZ | 41.81 | 20.05 | 70.77 | - |
| YUV | 90.78 | 202.06 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 222 | 0.02 | 1.00 | 0 | 0.13 | 298.64 | 0.99 | 0.44 |
| Hex | D9 | 1 | DE | 2 | 64 | 0 | D | 12B | 63 | 2C |
| Octal | 331 | 1 | 336 | 2 | 144 | 0 | 15 | 453 | 143 | 54 |
| Binary | 11011001 | 1 | 11011110 | 10 | 1100100 | 0 | 1101 | 100101011 | 1100011 | 101100 |
Color Harmonies of #D901DE
Complementary color
Monochromatic Colors of #D901DE
Black with #D901DE
Text Example
Text Example
White with #D901DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901DE; }
p { color: rgb(217,1,222); }
H1.HeaderClassName
{
color: #D901DE;
}
.AnyTagClassName
{
color: #D901DE;
}
</style>
background-color css
<style>
a { background-color: #D901DE; }
a { background-color: rgb(217,1,222); }
div.DivClassName
{
background-color: #D901DE;
}
.BgClassName
{
background-color: #D901DE;
}
</style>
border-color css
<style>
span { border-color: #D901DE; }
span { border-color: rgb(217,1,222); }
td.TdClassName
{
border-color: #D901DE;
}
.TagClassName
{
border-color: #D901DE;
}
</style>