Shades of Deep Magenta #D911DF
Tints of Deep Magenta #D911DF
RGB
CMYK
RGB Variations
Color information
#D911DF (or 0xD911DF) is known color: Deep Magenta. HEX triplet: D9, 11 and DF. RGB value is (217,17,223). Sum of RGB (Red+Green+Blue) = 217+17+223=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #D911DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911DF is #26EE20. Grayscale: #636363. Windows color (decimal): -2551329 or 14619097. OLE color: 14619097.
HSL color Cylindrical-coordinate representation of color #D911DF: hue angle of 298.25º 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 #D911DF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 17 | 223 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.13 |
| HSL | 298.25º | 0.86% | 0.47% | - |
| HSV(B) | 298.25º | 0.92% | 0.87% | - |
| XYZ | 42.14 | 20.48 | 71.54 | - |
| YUV | 100.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 223 | 0.03 | 0.92 | 0 | 0.13 | 298.25 | 0.86 | 0.47 |
| Hex | D9 | 11 | DF | 3 | 5C | 0 | D | 12A | 56 | 2F |
| Octal | 331 | 21 | 337 | 3 | 134 | 0 | 15 | 452 | 126 | 57 |
| Binary | 11011001 | 10001 | 11011111 | 11 | 1011100 | 0 | 1101 | 100101010 | 1010110 | 101111 |
Color Harmonies of #D911DF
Complementary color
Monochromatic Colors of #D911DF
Black with #D911DF
Text Example
Text Example
White with #D911DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911DF; }
p { color: rgb(217,17,223); }
H1.HeaderClassName
{
color: #D911DF;
}
.AnyTagClassName
{
color: #D911DF;
}
</style>
background-color css
<style>
a { background-color: #D911DF; }
a { background-color: rgb(217,17,223); }
div.DivClassName
{
background-color: #D911DF;
}
.BgClassName
{
background-color: #D911DF;
}
</style>
border-color css
<style>
span { border-color: #D911DF; }
span { border-color: rgb(217,17,223); }
td.TdClassName
{
border-color: #D911DF;
}
.TagClassName
{
border-color: #D911DF;
}
</style>