Shades of Deep Magenta #D911DA
Tints of Deep Magenta #D911DA
RGB
CMYK
RGB Variations
Color information
#D911DA (or 0xD911DA) is known color: Deep Magenta. HEX triplet: D9, 11 and DA. RGB value is (217,17,218). Sum of RGB (Red+Green+Blue) = 217+17+218=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #D911DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911DA is #26EE25. Grayscale: #636363. Windows color (decimal): -2551334 or 14291417. OLE color: 14291417.
HSL color Cylindrical-coordinate representation of color #D911DA: hue angle of 299.7º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D911DA is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 218 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.15 |
| HSL | 299.7º | 0.86% | 0.46% | - |
| HSV(B) | 299.7º | 0.92% | 0.85% | - |
| XYZ | 41.47 | 20.21 | 68.05 | - |
| YUV | 99.71 | 194.76 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 218 | 0.00 | 0.92 | 0 | 0.15 | 299.7 | 0.86 | 0.46 |
| Hex | D9 | 11 | DA | 0 | 5C | 0 | F | 12C | 56 | 2E |
| Octal | 331 | 21 | 332 | 0 | 134 | 0 | 17 | 454 | 126 | 56 |
| Binary | 11011001 | 10001 | 11011010 | 0 | 1011100 | 0 | 1111 | 100101100 | 1010110 | 101110 |
Color Harmonies of #D911DA
Complementary color
Monochromatic Colors of #D911DA
Black with #D911DA
Text Example
Text Example
White with #D911DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911DA; }
p { color: rgb(217,17,218); }
H1.HeaderClassName
{
color: #D911DA;
}
.AnyTagClassName
{
color: #D911DA;
}
</style>
background-color css
<style>
a { background-color: #D911DA; }
a { background-color: rgb(217,17,218); }
div.DivClassName
{
background-color: #D911DA;
}
.BgClassName
{
background-color: #D911DA;
}
</style>
border-color css
<style>
span { border-color: #D911DA; }
span { border-color: rgb(217,17,218); }
td.TdClassName
{
border-color: #D911DA;
}
.TagClassName
{
border-color: #D911DA;
}
</style>