Shades of Deep Magenta #D809D3
Tints of Deep Magenta #D809D3
RGB
CMYK
RGB Variations
Color information
#D809D3 (or 0xD809D3) is known color: Deep Magenta. HEX triplet: D8, 09 and D3. RGB value is (216,9,211). Sum of RGB (Red+Green+Blue) = 216+9+211=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D809D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809D3 is #27F62C. Grayscale: #5D5D5D. Windows color (decimal): -2618925 or 13830616. OLE color: 13830616.
HSL color Cylindrical-coordinate representation of color #D809D3: hue angle of 301.45º 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 #D809D3 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 211 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.15 |
| HSL | 301.45º | 0.92% | 0.44% | - |
| HSV(B) | 301.45º | 0.96% | 0.85% | - |
| XYZ | 40.17 | 19.5 | 63.27 | - |
| YUV | 93.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 211 | 0 | 0.96 | 0.02 | 0.15 | 301.45 | 0.92 | 0.44 |
| Hex | D8 | 9 | D3 | 0 | 60 | 2 | F | 12D | 5C | 2C |
| Octal | 330 | 11 | 323 | 0 | 140 | 2 | 17 | 455 | 134 | 54 |
| Binary | 11011000 | 1001 | 11010011 | 0 | 1100000 | 10 | 1111 | 100101101 | 1011100 | 101100 |
Color Harmonies of #D809D3
Complementary color
Monochromatic Colors of #D809D3
Black with #D809D3
Text Example
Text Example
White with #D809D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809D3; }
p { color: rgb(216,9,211); }
H1.HeaderClassName
{
color: #D809D3;
}
.AnyTagClassName
{
color: #D809D3;
}
</style>
background-color css
<style>
a { background-color: #D809D3; }
a { background-color: rgb(216,9,211); }
div.DivClassName
{
background-color: #D809D3;
}
.BgClassName
{
background-color: #D809D3;
}
</style>
border-color css
<style>
span { border-color: #D809D3; }
span { border-color: rgb(216,9,211); }
td.TdClassName
{
border-color: #D809D3;
}
.TagClassName
{
border-color: #D809D3;
}
</style>