Shades of Deep Magenta #D81DD9
Tints of Deep Magenta #D81DD9
RGB
CMYK
RGB Variations
Color information
#D81DD9 (or 0xD81DD9) is known color: Deep Magenta. HEX triplet: D8, 1D and D9. RGB value is (216,29,217). Sum of RGB (Red+Green+Blue) = 216+29+217=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #D81DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DD9 is #27E226. Grayscale: #696969. Windows color (decimal): -2613799 or 14228952. OLE color: 14228952.
HSL color Cylindrical-coordinate representation of color #D81DD9: hue angle of 299.68º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81DD9 is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 217 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.15 |
| HSL | 299.68º | 0.76% | 0.48% | - |
| HSV(B) | 299.68º | 0.87% | 0.85% | - |
| XYZ | 41.28 | 20.49 | 67.42 | - |
| YUV | 106.35 | 190.45 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 217 | 0.00 | 0.87 | 0 | 0.15 | 299.68 | 0.76 | 0.48 |
| Hex | D8 | 1D | D9 | 0 | 57 | 0 | F | 12C | 4C | 30 |
| Octal | 330 | 35 | 331 | 0 | 127 | 0 | 17 | 454 | 114 | 60 |
| Binary | 11011000 | 11101 | 11011001 | 0 | 1010111 | 0 | 1111 | 100101100 | 1001100 | 110000 |
Color Harmonies of #D81DD9
Complementary color
Monochromatic Colors of #D81DD9
Black with #D81DD9
Text Example
Text Example
White with #D81DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DD9; }
p { color: rgb(216,29,217); }
H1.HeaderClassName
{
color: #D81DD9;
}
.AnyTagClassName
{
color: #D81DD9;
}
</style>
background-color css
<style>
a { background-color: #D81DD9; }
a { background-color: rgb(216,29,217); }
div.DivClassName
{
background-color: #D81DD9;
}
.BgClassName
{
background-color: #D81DD9;
}
</style>
border-color css
<style>
span { border-color: #D81DD9; }
span { border-color: rgb(216,29,217); }
td.TdClassName
{
border-color: #D81DD9;
}
.TagClassName
{
border-color: #D81DD9;
}
</style>