Shades of Deep Magenta #D209E5
Tints of Deep Magenta #D209E5
RGB
CMYK
RGB Variations
Color information
#D209E5 (or 0xD209E5) is known color: Deep Magenta. HEX triplet: D2, 09 and E5. RGB value is (210,9,229). Sum of RGB (Red+Green+Blue) = 210+9+229=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #D209E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209E5 is #2DF61A. Grayscale: #5D5D5D. Windows color (decimal): -3012123 or 15010258. OLE color: 15010258.
HSL color Cylindrical-coordinate representation of color #D209E5: hue angle of 294.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209E5 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 9 | 229 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.10 |
| HSL | 294.82º | 0.92% | 0.47% | - |
| HSV(B) | 294.82º | 0.96% | 0.9% | - |
| XYZ | 40.82 | 19.55 | 75.75 | - |
| YUV | 94.18 | 204.09 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 229 | 0.08 | 0.96 | 0 | 0.10 | 294.82 | 0.92 | 0.47 |
| Hex | D2 | 9 | E5 | 8 | 60 | 0 | A | 127 | 5C | 2F |
| Octal | 322 | 11 | 345 | 10 | 140 | 0 | 12 | 447 | 134 | 57 |
| Binary | 11010010 | 1001 | 11100101 | 1000 | 1100000 | 0 | 1010 | 100100111 | 1011100 | 101111 |
Color Harmonies of #D209E5
Complementary color
Monochromatic Colors of #D209E5
Black with #D209E5
Text Example
Text Example
White with #D209E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209E5; }
p { color: rgb(210,9,229); }
H1.HeaderClassName
{
color: #D209E5;
}
.AnyTagClassName
{
color: #D209E5;
}
</style>
background-color css
<style>
a { background-color: #D209E5; }
a { background-color: rgb(210,9,229); }
div.DivClassName
{
background-color: #D209E5;
}
.BgClassName
{
background-color: #D209E5;
}
</style>
border-color css
<style>
span { border-color: #D209E5; }
span { border-color: rgb(210,9,229); }
td.TdClassName
{
border-color: #D209E5;
}
.TagClassName
{
border-color: #D209E5;
}
</style>