Shades of Deep Magenta #D211B6
Tints of Deep Magenta #D211B6
RGB
CMYK
RGB Variations
Color information
#D211B6 (or 0xD211B6) is known color: Deep Magenta. HEX triplet: D2, 11 and B6. RGB value is (210,17,182). Sum of RGB (Red+Green+Blue) = 210+17+182=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D211B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211B6 is #2DEE49. Grayscale: #5D5D5D. Windows color (decimal): -3010122 or 11932114. OLE color: 11932114.
HSL color Cylindrical-coordinate representation of color #D211B6: hue angle of 308.7º 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 #D211B6 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 182 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.18 |
| HSL | 308.7º | 0.85% | 0.45% | - |
| HSV(B) | 308.7º | 0.92% | 0.82% | - |
| XYZ | 35.22 | 17.48 | 45.77 | - |
| YUV | 93.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 182 | 0 | 0.92 | 0.13 | 0.18 | 308.7 | 0.85 | 0.45 |
| Hex | D2 | 11 | B6 | 0 | 5C | D | 12 | 135 | 55 | 2D |
| Octal | 322 | 21 | 266 | 0 | 134 | 15 | 22 | 465 | 125 | 55 |
| Binary | 11010010 | 10001 | 10110110 | 0 | 1011100 | 1101 | 10010 | 100110101 | 1010101 | 101101 |
Color Harmonies of #D211B6
Complementary color
Monochromatic Colors of #D211B6
Black with #D211B6
Text Example
Text Example
White with #D211B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211B6; }
p { color: rgb(210,17,182); }
H1.HeaderClassName
{
color: #D211B6;
}
.AnyTagClassName
{
color: #D211B6;
}
</style>
background-color css
<style>
a { background-color: #D211B6; }
a { background-color: rgb(210,17,182); }
div.DivClassName
{
background-color: #D211B6;
}
.BgClassName
{
background-color: #D211B6;
}
</style>
border-color css
<style>
span { border-color: #D211B6; }
span { border-color: rgb(210,17,182); }
td.TdClassName
{
border-color: #D211B6;
}
.TagClassName
{
border-color: #D211B6;
}
</style>