Shades of Deep Magenta #D211C7
Tints of Deep Magenta #D211C7
RGB
CMYK
RGB Variations
Color information
#D211C7 (or 0xD211C7) is known color: Deep Magenta. HEX triplet: D2, 11 and C7. RGB value is (210,17,199). Sum of RGB (Red+Green+Blue) = 210+17+199=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D211C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211C7 is #2DEE38. Grayscale: #5E5E5E. Windows color (decimal): -3010105 or 13046226. OLE color: 13046226.
HSL color Cylindrical-coordinate representation of color #D211C7: hue angle of 303.42º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211C7 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 199 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.18 |
| HSL | 303.42º | 0.85% | 0.45% | - |
| HSV(B) | 303.42º | 0.92% | 0.82% | - |
| XYZ | 37.09 | 18.23 | 55.6 | - |
| YUV | 95.46 | 186.44 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 199 | 0 | 0.92 | 0.05 | 0.18 | 303.42 | 0.85 | 0.45 |
| Hex | D2 | 11 | C7 | 0 | 5C | 5 | 12 | 12F | 55 | 2D |
| Octal | 322 | 21 | 307 | 0 | 134 | 5 | 22 | 457 | 125 | 55 |
| Binary | 11010010 | 10001 | 11000111 | 0 | 1011100 | 101 | 10010 | 100101111 | 1010101 | 101101 |
Color Harmonies of #D211C7
Complementary color
Monochromatic Colors of #D211C7
Black with #D211C7
Text Example
Text Example
White with #D211C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211C7; }
p { color: rgb(210,17,199); }
H1.HeaderClassName
{
color: #D211C7;
}
.AnyTagClassName
{
color: #D211C7;
}
</style>
background-color css
<style>
a { background-color: #D211C7; }
a { background-color: rgb(210,17,199); }
div.DivClassName
{
background-color: #D211C7;
}
.BgClassName
{
background-color: #D211C7;
}
</style>
border-color css
<style>
span { border-color: #D211C7; }
span { border-color: rgb(210,17,199); }
td.TdClassName
{
border-color: #D211C7;
}
.TagClassName
{
border-color: #D211C7;
}
</style>