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