Shades of Deep Magenta #D20EC1
Tints of Deep Magenta #D20EC1
RGB
CMYK
RGB Variations
Color information
#D20EC1 (or 0xD20EC1) is known color: Deep Magenta. HEX triplet: D2, 0E and C1. RGB value is (210,14,193). Sum of RGB (Red+Green+Blue) = 210+14+193=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EC1 is #2DF13E. Grayscale: #5C5C5C. Windows color (decimal): -3010879 or 12652242. OLE color: 12652242.
HSL color Cylindrical-coordinate representation of color #D20EC1: hue angle of 305.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20EC1 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 193 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.18 |
| HSL | 305.2º | 0.88% | 0.44% | - |
| HSV(B) | 305.2º | 0.93% | 0.82% | - |
| XYZ | 36.36 | 17.87 | 51.98 | - |
| YUV | 93.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 193 | 0 | 0.93 | 0.08 | 0.18 | 305.2 | 0.88 | 0.44 |
| Hex | D2 | E | C1 | 0 | 5D | 8 | 12 | 131 | 58 | 2C |
| Octal | 322 | 16 | 301 | 0 | 135 | 10 | 22 | 461 | 130 | 54 |
| Binary | 11010010 | 1110 | 11000001 | 0 | 1011101 | 1000 | 10010 | 100110001 | 1011000 | 101100 |
Color Harmonies of #D20EC1
Complementary color
Monochromatic Colors of #D20EC1
Black with #D20EC1
Text Example
Text Example
White with #D20EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EC1; }
p { color: rgb(210,14,193); }
H1.HeaderClassName
{
color: #D20EC1;
}
.AnyTagClassName
{
color: #D20EC1;
}
</style>
background-color css
<style>
a { background-color: #D20EC1; }
a { background-color: rgb(210,14,193); }
div.DivClassName
{
background-color: #D20EC1;
}
.BgClassName
{
background-color: #D20EC1;
}
</style>
border-color css
<style>
span { border-color: #D20EC1; }
span { border-color: rgb(210,14,193); }
td.TdClassName
{
border-color: #D20EC1;
}
.TagClassName
{
border-color: #D20EC1;
}
</style>