Shades of Deep Magenta #D819DF
Tints of Deep Magenta #D819DF
RGB
CMYK
RGB Variations
Color information
#D819DF (or 0xD819DF) is known color: Deep Magenta. HEX triplet: D8, 19 and DF. RGB value is (216,25,223). Sum of RGB (Red+Green+Blue) = 216+25+223=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #D819DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819DF is #27E620. Grayscale: #686868. Windows color (decimal): -2614817 or 14621144. OLE color: 14621144.
HSL color Cylindrical-coordinate representation of color #D819DF: hue angle of 297.88º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D819DF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 25 | 223 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.13 |
| HSL | 297.88º | 0.8% | 0.49% | - |
| HSV(B) | 297.88º | 0.89% | 0.87% | - |
| XYZ | 41.99 | 20.62 | 71.58 | - |
| YUV | 104.68 | 194.78 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 223 | 0.03 | 0.89 | 0 | 0.13 | 297.88 | 0.8 | 0.49 |
| Hex | D8 | 19 | DF | 3 | 59 | 0 | D | 12A | 50 | 31 |
| Octal | 330 | 31 | 337 | 3 | 131 | 0 | 15 | 452 | 120 | 61 |
| Binary | 11011000 | 11001 | 11011111 | 11 | 1011001 | 0 | 1101 | 100101010 | 1010000 | 110001 |
Color Harmonies of #D819DF
Complementary color
Monochromatic Colors of #D819DF
Black with #D819DF
Text Example
Text Example
White with #D819DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819DF; }
p { color: rgb(216,25,223); }
H1.HeaderClassName
{
color: #D819DF;
}
.AnyTagClassName
{
color: #D819DF;
}
</style>
background-color css
<style>
a { background-color: #D819DF; }
a { background-color: rgb(216,25,223); }
div.DivClassName
{
background-color: #D819DF;
}
.BgClassName
{
background-color: #D819DF;
}
</style>
border-color css
<style>
span { border-color: #D819DF; }
span { border-color: rgb(216,25,223); }
td.TdClassName
{
border-color: #D819DF;
}
.TagClassName
{
border-color: #D819DF;
}
</style>