Shades of Deep Magenta #D211BD
Tints of Deep Magenta #D211BD
RGB
CMYK
RGB Variations
Color information
#D211BD (or 0xD211BD) is known color: Deep Magenta. HEX triplet: D2, 11 and BD. RGB value is (210,17,189). Sum of RGB (Red+Green+Blue) = 210+17+189=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D211BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211BD is #2DEE42. Grayscale: #5D5D5D. Windows color (decimal): -3010115 or 12390866. OLE color: 12390866.
HSL color Cylindrical-coordinate representation of color #D211BD: hue angle of 306.53º 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 #D211BD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 189 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.18 |
| HSL | 306.53º | 0.85% | 0.45% | - |
| HSV(B) | 306.53º | 0.92% | 0.82% | - |
| XYZ | 35.96 | 17.78 | 49.68 | - |
| YUV | 94.32 | 181.44 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 189 | 0 | 0.92 | 0.10 | 0.18 | 306.53 | 0.85 | 0.45 |
| Hex | D2 | 11 | BD | 0 | 5C | A | 12 | 133 | 55 | 2D |
| Octal | 322 | 21 | 275 | 0 | 134 | 12 | 22 | 463 | 125 | 55 |
| Binary | 11010010 | 10001 | 10111101 | 0 | 1011100 | 1010 | 10010 | 100110011 | 1010101 | 101101 |
Color Harmonies of #D211BD
Complementary color
Monochromatic Colors of #D211BD
Black with #D211BD
Text Example
Text Example
White with #D211BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211BD; }
p { color: rgb(210,17,189); }
H1.HeaderClassName
{
color: #D211BD;
}
.AnyTagClassName
{
color: #D211BD;
}
</style>
background-color css
<style>
a { background-color: #D211BD; }
a { background-color: rgb(210,17,189); }
div.DivClassName
{
background-color: #D211BD;
}
.BgClassName
{
background-color: #D211BD;
}
</style>
border-color css
<style>
span { border-color: #D211BD; }
span { border-color: rgb(210,17,189); }
td.TdClassName
{
border-color: #D211BD;
}
.TagClassName
{
border-color: #D211BD;
}
</style>