Shades of Deep Magenta #D211D3
Tints of Deep Magenta #D211D3
RGB
CMYK
RGB Variations
Color information
#D211D3 (or 0xD211D3) is known color: Deep Magenta. HEX triplet: D2, 11 and D3. RGB value is (210,17,211). Sum of RGB (Red+Green+Blue) = 210+17+211=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #D211D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211D3 is #2DEE2C. Grayscale: #606060. Windows color (decimal): -3010093 or 13832658. OLE color: 13832658.
HSL color Cylindrical-coordinate representation of color #D211D3: hue angle of 299.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211D3 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 17 | 211 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.17 |
| HSL | 299.69º | 0.85% | 0.45% | - |
| HSV(B) | 299.69º | 0.92% | 0.83% | - |
| XYZ | 38.54 | 18.81 | 63.23 | - |
| YUV | 96.82 | 192.44 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 211 | 0.00 | 0.92 | 0 | 0.17 | 299.69 | 0.85 | 0.45 |
| Hex | D2 | 11 | D3 | 0 | 5C | 0 | 11 | 12C | 55 | 2D |
| Octal | 322 | 21 | 323 | 0 | 134 | 0 | 21 | 454 | 125 | 55 |
| Binary | 11010010 | 10001 | 11010011 | 0 | 1011100 | 0 | 10001 | 100101100 | 1010101 | 101101 |
Color Harmonies of #D211D3
Complementary color
Monochromatic Colors of #D211D3
Black with #D211D3
Text Example
Text Example
White with #D211D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211D3; }
p { color: rgb(210,17,211); }
H1.HeaderClassName
{
color: #D211D3;
}
.AnyTagClassName
{
color: #D211D3;
}
</style>
background-color css
<style>
a { background-color: #D211D3; }
a { background-color: rgb(210,17,211); }
div.DivClassName
{
background-color: #D211D3;
}
.BgClassName
{
background-color: #D211D3;
}
</style>
border-color css
<style>
span { border-color: #D211D3; }
span { border-color: rgb(210,17,211); }
td.TdClassName
{
border-color: #D211D3;
}
.TagClassName
{
border-color: #D211D3;
}
</style>