Shades of Deep Magenta #D211E5
Tints of Deep Magenta #D211E5
RGB
CMYK
RGB Variations
Color information
#D211E5 (or 0xD211E5) is known color: Deep Magenta. HEX triplet: D2, 11 and E5. RGB value is (210,17,229). Sum of RGB (Red+Green+Blue) = 210+17+229=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #D211E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211E5 is #2DEE1A. Grayscale: #626262. Windows color (decimal): -3010075 or 15012306. OLE color: 15012306.
HSL color Cylindrical-coordinate representation of color #D211E5: hue angle of 294.62º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211E5 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 17 | 229 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.10 |
| HSL | 294.62º | 0.86% | 0.48% | - |
| HSV(B) | 294.62º | 0.93% | 0.9% | - |
| XYZ | 40.92 | 19.76 | 75.79 | - |
| YUV | 98.88 | 201.44 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 229 | 0.08 | 0.93 | 0 | 0.10 | 294.62 | 0.86 | 0.48 |
| Hex | D2 | 11 | E5 | 8 | 5D | 0 | A | 127 | 56 | 30 |
| Octal | 322 | 21 | 345 | 10 | 135 | 0 | 12 | 447 | 126 | 60 |
| Binary | 11010010 | 10001 | 11100101 | 1000 | 1011101 | 0 | 1010 | 100100111 | 1010110 | 110000 |
Color Harmonies of #D211E5
Complementary color
Monochromatic Colors of #D211E5
Black with #D211E5
Text Example
Text Example
White with #D211E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211E5; }
p { color: rgb(210,17,229); }
H1.HeaderClassName
{
color: #D211E5;
}
.AnyTagClassName
{
color: #D211E5;
}
</style>
background-color css
<style>
a { background-color: #D211E5; }
a { background-color: rgb(210,17,229); }
div.DivClassName
{
background-color: #D211E5;
}
.BgClassName
{
background-color: #D211E5;
}
</style>
border-color css
<style>
span { border-color: #D211E5; }
span { border-color: rgb(210,17,229); }
td.TdClassName
{
border-color: #D211E5;
}
.TagClassName
{
border-color: #D211E5;
}
</style>