Shades of Deep Magenta #D811DF
Tints of Deep Magenta #D811DF
RGB
CMYK
RGB Variations
Color information
#D811DF (or 0xD811DF) is known color: Deep Magenta. HEX triplet: D8, 11 and DF. RGB value is (216,17,223). Sum of RGB (Red+Green+Blue) = 216+17+223=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #D811DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811DF is #27EE20. Grayscale: #636363. Windows color (decimal): -2616865 or 14619096. OLE color: 14619096.
HSL color Cylindrical-coordinate representation of color #D811DF: hue angle of 297.96º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811DF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 17 | 223 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.13 |
| HSL | 297.96º | 0.86% | 0.47% | - |
| HSV(B) | 297.96º | 0.92% | 0.87% | - |
| XYZ | 41.84 | 20.33 | 71.53 | - |
| YUV | 99.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 223 | 0.03 | 0.92 | 0 | 0.13 | 297.96 | 0.86 | 0.47 |
| Hex | D8 | 11 | DF | 3 | 5C | 0 | D | 12A | 56 | 2F |
| Octal | 330 | 21 | 337 | 3 | 134 | 0 | 15 | 452 | 126 | 57 |
| Binary | 11011000 | 10001 | 11011111 | 11 | 1011100 | 0 | 1101 | 100101010 | 1010110 | 101111 |
Color Harmonies of #D811DF
Complementary color
Monochromatic Colors of #D811DF
Black with #D811DF
Text Example
Text Example
White with #D811DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811DF; }
p { color: rgb(216,17,223); }
H1.HeaderClassName
{
color: #D811DF;
}
.AnyTagClassName
{
color: #D811DF;
}
</style>
background-color css
<style>
a { background-color: #D811DF; }
a { background-color: rgb(216,17,223); }
div.DivClassName
{
background-color: #D811DF;
}
.BgClassName
{
background-color: #D811DF;
}
</style>
border-color css
<style>
span { border-color: #D811DF; }
span { border-color: rgb(216,17,223); }
td.TdClassName
{
border-color: #D811DF;
}
.TagClassName
{
border-color: #D811DF;
}
</style>