Shades of Deep Magenta #D901DF
Tints of Deep Magenta #D901DF
RGB
CMYK
RGB Variations
Color information
#D901DF (or 0xD901DF) is known color: Deep Magenta. HEX triplet: D9, 01 and DF. RGB value is (217,1,223). Sum of RGB (Red+Green+Blue) = 217+1+223=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #D901DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D901DF is #26FE20. Grayscale: #5A5A5A. Windows color (decimal): -2555425 or 14615001. OLE color: 14615001.
HSL color Cylindrical-coordinate representation of color #D901DF: hue angle of 298.38º 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 #D901DF is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 1 | 223 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.13 |
| HSL | 298.38º | 0.99% | 0.44% | - |
| HSV(B) | 298.38º | 1% | 0.87% | - |
| XYZ | 41.95 | 20.1 | 71.48 | - |
| YUV | 90.89 | 202.56 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 223 | 0.03 | 1.00 | 0 | 0.13 | 298.38 | 0.99 | 0.44 |
| Hex | D9 | 1 | DF | 3 | 64 | 0 | D | 12A | 63 | 2C |
| Octal | 331 | 1 | 337 | 3 | 144 | 0 | 15 | 452 | 143 | 54 |
| Binary | 11011001 | 1 | 11011111 | 11 | 1100100 | 0 | 1101 | 100101010 | 1100011 | 101100 |
Color Harmonies of #D901DF
Complementary color
Monochromatic Colors of #D901DF
Black with #D901DF
Text Example
Text Example
White with #D901DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901DF; }
p { color: rgb(217,1,223); }
H1.HeaderClassName
{
color: #D901DF;
}
.AnyTagClassName
{
color: #D901DF;
}
</style>
background-color css
<style>
a { background-color: #D901DF; }
a { background-color: rgb(217,1,223); }
div.DivClassName
{
background-color: #D901DF;
}
.BgClassName
{
background-color: #D901DF;
}
</style>
border-color css
<style>
span { border-color: #D901DF; }
span { border-color: rgb(217,1,223); }
td.TdClassName
{
border-color: #D901DF;
}
.TagClassName
{
border-color: #D901DF;
}
</style>