Shades of Deep Magenta #D214E5
Tints of Deep Magenta #D214E5
RGB
CMYK
RGB Variations
Color information
#D214E5 (or 0xD214E5) is known color: Deep Magenta. HEX triplet: D2, 14 and E5. RGB value is (210,20,229). Sum of RGB (Red+Green+Blue) = 210+20+229=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #D214E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214E5 is #2DEB1A. Grayscale: #636363. Windows color (decimal): -3009307 or 15013074. OLE color: 15013074.
HSL color Cylindrical-coordinate representation of color #D214E5: hue angle of 294.55º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D214E5 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 20 | 229 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.10 |
| HSL | 294.55º | 0.84% | 0.49% | - |
| HSV(B) | 294.55º | 0.91% | 0.9% | - |
| XYZ | 40.97 | 19.86 | 75.8 | - |
| YUV | 100.64 | 200.45 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 229 | 0.08 | 0.91 | 0 | 0.10 | 294.55 | 0.84 | 0.49 |
| Hex | D2 | 14 | E5 | 8 | 5B | 0 | A | 127 | 54 | 31 |
| Octal | 322 | 24 | 345 | 10 | 133 | 0 | 12 | 447 | 124 | 61 |
| Binary | 11010010 | 10100 | 11100101 | 1000 | 1011011 | 0 | 1010 | 100100111 | 1010100 | 110001 |
Color Harmonies of #D214E5
Complementary color
Monochromatic Colors of #D214E5
Black with #D214E5
Text Example
Text Example
White with #D214E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214E5; }
p { color: rgb(210,20,229); }
H1.HeaderClassName
{
color: #D214E5;
}
.AnyTagClassName
{
color: #D214E5;
}
</style>
background-color css
<style>
a { background-color: #D214E5; }
a { background-color: rgb(210,20,229); }
div.DivClassName
{
background-color: #D214E5;
}
.BgClassName
{
background-color: #D214E5;
}
</style>
border-color css
<style>
span { border-color: #D214E5; }
span { border-color: rgb(210,20,229); }
td.TdClassName
{
border-color: #D214E5;
}
.TagClassName
{
border-color: #D214E5;
}
</style>