Shades of Deep Magenta #D214D9
Tints of Deep Magenta #D214D9
RGB
CMYK
RGB Variations
Color information
#D214D9 (or 0xD214D9) is known color: Deep Magenta. HEX triplet: D2, 14 and D9. RGB value is (210,20,217). Sum of RGB (Red+Green+Blue) = 210+20+217=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #D214D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214D9 is #2DEB26. Grayscale: #626262. Windows color (decimal): -3009319 or 14226642. OLE color: 14226642.
HSL color Cylindrical-coordinate representation of color #D214D9: hue angle of 297.87º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D214D9 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 20 | 217 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.15 |
| HSL | 297.87º | 0.83% | 0.46% | - |
| HSV(B) | 297.87º | 0.91% | 0.85% | - |
| XYZ | 39.35 | 19.21 | 67.28 | - |
| YUV | 99.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 217 | 0.03 | 0.91 | 0 | 0.15 | 297.87 | 0.83 | 0.46 |
| Hex | D2 | 14 | D9 | 3 | 5B | 0 | F | 12A | 53 | 2E |
| Octal | 322 | 24 | 331 | 3 | 133 | 0 | 17 | 452 | 123 | 56 |
| Binary | 11010010 | 10100 | 11011001 | 11 | 1011011 | 0 | 1111 | 100101010 | 1010011 | 101110 |
Color Harmonies of #D214D9
Complementary color
Monochromatic Colors of #D214D9
Black with #D214D9
Text Example
Text Example
White with #D214D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214D9; }
p { color: rgb(210,20,217); }
H1.HeaderClassName
{
color: #D214D9;
}
.AnyTagClassName
{
color: #D214D9;
}
</style>
background-color css
<style>
a { background-color: #D214D9; }
a { background-color: rgb(210,20,217); }
div.DivClassName
{
background-color: #D214D9;
}
.BgClassName
{
background-color: #D214D9;
}
</style>
border-color css
<style>
span { border-color: #D214D9; }
span { border-color: rgb(210,20,217); }
td.TdClassName
{
border-color: #D214D9;
}
.TagClassName
{
border-color: #D214D9;
}
</style>