Shades of Deep Magenta #D911CE
Tints of Deep Magenta #D911CE
RGB
CMYK
RGB Variations
Color information
#D911CE (or 0xD911CE) is known color: Deep Magenta. HEX triplet: D9, 11 and CE. RGB value is (217,17,206). Sum of RGB (Red+Green+Blue) = 217+17+206=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D911CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911CE is #26EE31. Grayscale: #616161. Windows color (decimal): -2551346 or 13504985. OLE color: 13504985.
HSL color Cylindrical-coordinate representation of color #D911CE: hue angle of 303.3º degrees, saturation: 0.85, 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 #D911CE is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 206 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.15 |
| HSL | 303.3º | 0.85% | 0.46% | - |
| HSV(B) | 303.3º | 0.92% | 0.85% | - |
| XYZ | 39.96 | 19.61 | 60.07 | - |
| YUV | 98.35 | 188.76 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 206 | 0 | 0.92 | 0.05 | 0.15 | 303.3 | 0.85 | 0.46 |
| Hex | D9 | 11 | CE | 0 | 5C | 5 | F | 12F | 55 | 2E |
| Octal | 331 | 21 | 316 | 0 | 134 | 5 | 17 | 457 | 125 | 56 |
| Binary | 11011001 | 10001 | 11001110 | 0 | 1011100 | 101 | 1111 | 100101111 | 1010101 | 101110 |
Color Harmonies of #D911CE
Complementary color
Monochromatic Colors of #D911CE
Black with #D911CE
Text Example
Text Example
White with #D911CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911CE; }
p { color: rgb(217,17,206); }
H1.HeaderClassName
{
color: #D911CE;
}
.AnyTagClassName
{
color: #D911CE;
}
</style>
background-color css
<style>
a { background-color: #D911CE; }
a { background-color: rgb(217,17,206); }
div.DivClassName
{
background-color: #D911CE;
}
.BgClassName
{
background-color: #D911CE;
}
</style>
border-color css
<style>
span { border-color: #D911CE; }
span { border-color: rgb(217,17,206); }
td.TdClassName
{
border-color: #D911CE;
}
.TagClassName
{
border-color: #D911CE;
}
</style>