Shades of Deep Magenta #D816DF
Tints of Deep Magenta #D816DF
RGB
CMYK
RGB Variations
Color information
#D816DF (or 0xD816DF) is known color: Deep Magenta. HEX triplet: D8, 16 and DF. RGB value is (216,22,223). Sum of RGB (Red+Green+Blue) = 216+22+223=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #D816DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816DF is #27E920. Grayscale: #666666. Windows color (decimal): -2615585 or 14620376. OLE color: 14620376.
HSL color Cylindrical-coordinate representation of color #D816DF: hue angle of 297.91º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816DF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 22 | 223 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.13 |
| HSL | 297.91º | 0.82% | 0.48% | - |
| HSV(B) | 297.91º | 0.9% | 0.87% | - |
| XYZ | 41.93 | 20.5 | 71.56 | - |
| YUV | 102.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 223 | 0.03 | 0.90 | 0 | 0.13 | 297.91 | 0.82 | 0.48 |
| Hex | D8 | 16 | DF | 3 | 5A | 0 | D | 12A | 52 | 30 |
| Octal | 330 | 26 | 337 | 3 | 132 | 0 | 15 | 452 | 122 | 60 |
| Binary | 11011000 | 10110 | 11011111 | 11 | 1011010 | 0 | 1101 | 100101010 | 1010010 | 110000 |
Color Harmonies of #D816DF
Complementary color
Monochromatic Colors of #D816DF
Black with #D816DF
Text Example
Text Example
White with #D816DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816DF; }
p { color: rgb(216,22,223); }
H1.HeaderClassName
{
color: #D816DF;
}
.AnyTagClassName
{
color: #D816DF;
}
</style>
background-color css
<style>
a { background-color: #D816DF; }
a { background-color: rgb(216,22,223); }
div.DivClassName
{
background-color: #D816DF;
}
.BgClassName
{
background-color: #D816DF;
}
</style>
border-color css
<style>
span { border-color: #D816DF; }
span { border-color: rgb(216,22,223); }
td.TdClassName
{
border-color: #D816DF;
}
.TagClassName
{
border-color: #D816DF;
}
</style>