Shades of Deep Magenta #D911CD
Tints of Deep Magenta #D911CD
RGB
CMYK
RGB Variations
Color information
#D911CD (or 0xD911CD) is known color: Deep Magenta. HEX triplet: D9, 11 and CD. RGB value is (217,17,205). Sum of RGB (Red+Green+Blue) = 217+17+205=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D911CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911CD is #26EE32. Grayscale: #616161. Windows color (decimal): -2551347 or 13439449. OLE color: 13439449.
HSL color Cylindrical-coordinate representation of color #D911CD: hue angle of 303.6º 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 #D911CD is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 205 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.15 |
| HSL | 303.6º | 0.85% | 0.46% | - |
| HSV(B) | 303.6º | 0.92% | 0.85% | - |
| XYZ | 39.84 | 19.56 | 59.43 | - |
| YUV | 98.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 205 | 0 | 0.92 | 0.06 | 0.15 | 303.6 | 0.85 | 0.46 |
| Hex | D9 | 11 | CD | 0 | 5C | 6 | F | 130 | 55 | 2E |
| Octal | 331 | 21 | 315 | 0 | 134 | 6 | 17 | 460 | 125 | 56 |
| Binary | 11011001 | 10001 | 11001101 | 0 | 1011100 | 110 | 1111 | 100110000 | 1010101 | 101110 |
Color Harmonies of #D911CD
Complementary color
Monochromatic Colors of #D911CD
Black with #D911CD
Text Example
Text Example
White with #D911CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911CD; }
p { color: rgb(217,17,205); }
H1.HeaderClassName
{
color: #D911CD;
}
.AnyTagClassName
{
color: #D911CD;
}
</style>
background-color css
<style>
a { background-color: #D911CD; }
a { background-color: rgb(217,17,205); }
div.DivClassName
{
background-color: #D911CD;
}
.BgClassName
{
background-color: #D911CD;
}
</style>
border-color css
<style>
span { border-color: #D911CD; }
span { border-color: rgb(217,17,205); }
td.TdClassName
{
border-color: #D911CD;
}
.TagClassName
{
border-color: #D911CD;
}
</style>