Shades of Deep Magenta #D909D9
Tints of Deep Magenta #D909D9
RGB
CMYK
RGB Variations
Color information
#D909D9 (or 0xD909D9) is known color: Deep Magenta. HEX triplet: D9, 09 and D9. RGB value is (217,9,217). Sum of RGB (Red+Green+Blue) = 217+9+217=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D909D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909D9 is #26F626. Grayscale: #5E5E5E. Windows color (decimal): -2553383 or 14223833. OLE color: 14223833.
HSL color Cylindrical-coordinate representation of color #D909D9: hue angle of 300º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909D9 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 217 | - |
| CMYK | 0 | 0.96 | 0 | 0.15 |
| HSL | 300º | 0.92% | 0.44% | - |
| HSV(B) | 300º | 0.96% | 0.85% | - |
| XYZ | 41.24 | 19.96 | 67.32 | - |
| YUV | 94.9 | 196.91 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 217 | 0 | 0.96 | 0 | 0.15 | 300 | 0.92 | 0.44 |
| Hex | D9 | 9 | D9 | 0 | 60 | 0 | F | 12C | 5C | 2C |
| Octal | 331 | 11 | 331 | 0 | 140 | 0 | 17 | 454 | 134 | 54 |
| Binary | 11011001 | 1001 | 11011001 | 0 | 1100000 | 0 | 1111 | 100101100 | 1011100 | 101100 |
Color Harmonies of #D909D9
Complementary color
Monochromatic Colors of #D909D9
Black with #D909D9
Text Example
Text Example
White with #D909D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909D9; }
p { color: rgb(217,9,217); }
H1.HeaderClassName
{
color: #D909D9;
}
.AnyTagClassName
{
color: #D909D9;
}
</style>
background-color css
<style>
a { background-color: #D909D9; }
a { background-color: rgb(217,9,217); }
div.DivClassName
{
background-color: #D909D9;
}
.BgClassName
{
background-color: #D909D9;
}
</style>
border-color css
<style>
span { border-color: #D909D9; }
span { border-color: rgb(217,9,217); }
td.TdClassName
{
border-color: #D909D9;
}
.TagClassName
{
border-color: #D909D9;
}
</style>