Shades of Deep Magenta #D211B7
Tints of Deep Magenta #D211B7
RGB
CMYK
RGB Variations
Color information
#D211B7 (or 0xD211B7) is known color: Deep Magenta. HEX triplet: D2, 11 and B7. RGB value is (210,17,183). Sum of RGB (Red+Green+Blue) = 210+17+183=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D211B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211B7 is #2DEE48. Grayscale: #5D5D5D. Windows color (decimal): -3010121 or 11997650. OLE color: 11997650.
HSL color Cylindrical-coordinate representation of color #D211B7: hue angle of 308.39º 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 #D211B7 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 183 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.18 |
| HSL | 308.39º | 0.85% | 0.45% | - |
| HSV(B) | 308.39º | 0.92% | 0.82% | - |
| XYZ | 35.33 | 17.52 | 46.32 | - |
| YUV | 93.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 183 | 0 | 0.92 | 0.13 | 0.18 | 308.39 | 0.85 | 0.45 |
| Hex | D2 | 11 | B7 | 0 | 5C | D | 12 | 134 | 55 | 2D |
| Octal | 322 | 21 | 267 | 0 | 134 | 15 | 22 | 464 | 125 | 55 |
| Binary | 11010010 | 10001 | 10110111 | 0 | 1011100 | 1101 | 10010 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D211B7
Complementary color
Monochromatic Colors of #D211B7
Black with #D211B7
Text Example
Text Example
White with #D211B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211B7; }
p { color: rgb(210,17,183); }
H1.HeaderClassName
{
color: #D211B7;
}
.AnyTagClassName
{
color: #D211B7;
}
</style>
background-color css
<style>
a { background-color: #D211B7; }
a { background-color: rgb(210,17,183); }
div.DivClassName
{
background-color: #D211B7;
}
.BgClassName
{
background-color: #D211B7;
}
</style>
border-color css
<style>
span { border-color: #D211B7; }
span { border-color: rgb(210,17,183); }
td.TdClassName
{
border-color: #D211B7;
}
.TagClassName
{
border-color: #D211B7;
}
</style>