Shades of Deep Magenta #D211DA
Tints of Deep Magenta #D211DA
RGB
CMYK
RGB Variations
Color information
#D211DA (or 0xD211DA) is known color: Deep Magenta. HEX triplet: D2, 11 and DA. RGB value is (210,17,218). Sum of RGB (Red+Green+Blue) = 210+17+218=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #D211DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211DA is #2DEE25. Grayscale: #616161. Windows color (decimal): -3010086 or 14291410. OLE color: 14291410.
HSL color Cylindrical-coordinate representation of color #D211DA: hue angle of 297.61º degrees, saturation: 0.86, 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 #D211DA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 17 | 218 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.15 |
| HSL | 297.61º | 0.86% | 0.46% | - |
| HSV(B) | 297.61º | 0.92% | 0.85% | - |
| XYZ | 39.43 | 19.16 | 67.95 | - |
| YUV | 97.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 218 | 0.04 | 0.92 | 0 | 0.15 | 297.61 | 0.86 | 0.46 |
| Hex | D2 | 11 | DA | 4 | 5C | 0 | F | 12A | 56 | 2E |
| Octal | 322 | 21 | 332 | 4 | 134 | 0 | 17 | 452 | 126 | 56 |
| Binary | 11010010 | 10001 | 11011010 | 100 | 1011100 | 0 | 1111 | 100101010 | 1010110 | 101110 |
Color Harmonies of #D211DA
Complementary color
Monochromatic Colors of #D211DA
Black with #D211DA
Text Example
Text Example
White with #D211DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211DA; }
p { color: rgb(210,17,218); }
H1.HeaderClassName
{
color: #D211DA;
}
.AnyTagClassName
{
color: #D211DA;
}
</style>
background-color css
<style>
a { background-color: #D211DA; }
a { background-color: rgb(210,17,218); }
div.DivClassName
{
background-color: #D211DA;
}
.BgClassName
{
background-color: #D211DA;
}
</style>
border-color css
<style>
span { border-color: #D211DA; }
span { border-color: rgb(210,17,218); }
td.TdClassName
{
border-color: #D211DA;
}
.TagClassName
{
border-color: #D211DA;
}
</style>