Shades of Deep Magenta #D001D9
Tints of Deep Magenta #D001D9
RGB
CMYK
RGB Variations
Color information
#D001D9 (or 0xD001D9) is known color: Deep Magenta. HEX triplet: D0, 01 and D9. RGB value is (208,1,217). Sum of RGB (Red+Green+Blue) = 208+1+217=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #D001D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001D9 is #2FFE26. Grayscale: #565656. Windows color (decimal): -3145255 or 14221776. OLE color: 14221776.
HSL color Cylindrical-coordinate representation of color #D001D9: hue angle of 297.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001D9 is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 1 | 217 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.15 |
| HSL | 297.5º | 0.99% | 0.43% | - |
| HSV(B) | 297.5º | 1% | 0.85% | - |
| XYZ | 38.55 | 18.44 | 67.17 | - |
| YUV | 87.52 | 201.08 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 217 | 0.04 | 1.00 | 0 | 0.15 | 297.5 | 0.99 | 0.43 |
| Hex | D0 | 1 | D9 | 4 | 64 | 0 | F | 12A | 63 | 2B |
| Octal | 320 | 1 | 331 | 4 | 144 | 0 | 17 | 452 | 143 | 53 |
| Binary | 11010000 | 1 | 11011001 | 100 | 1100100 | 0 | 1111 | 100101010 | 1100011 | 101011 |
Color Harmonies of #D001D9
Complementary color
Monochromatic Colors of #D001D9
Black with #D001D9
Text Example
Text Example
White with #D001D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D001D9; }
p { color: rgb(208,1,217); }
H1.HeaderClassName
{
color: #D001D9;
}
.AnyTagClassName
{
color: #D001D9;
}
</style>
background-color css
<style>
a { background-color: #D001D9; }
a { background-color: rgb(208,1,217); }
div.DivClassName
{
background-color: #D001D9;
}
.BgClassName
{
background-color: #D001D9;
}
</style>
border-color css
<style>
span { border-color: #D001D9; }
span { border-color: rgb(208,1,217); }
td.TdClassName
{
border-color: #D001D9;
}
.TagClassName
{
border-color: #D001D9;
}
</style>