Shades of Deep Magenta #D20EB3
Tints of Deep Magenta #D20EB3
RGB
CMYK
RGB Variations
Color information
#D20EB3 (or 0xD20EB3) is known color: Deep Magenta. HEX triplet: D2, 0E and B3. RGB value is (210,14,179). Sum of RGB (Red+Green+Blue) = 210+14+179=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EB3 is #2DF14C. Grayscale: #5A5A5A. Windows color (decimal): -3010893 or 11734738. OLE color: 11734738.
HSL color Cylindrical-coordinate representation of color #D20EB3: hue angle of 309.49º 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 #D20EB3 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 179 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.18 |
| HSL | 309.49º | 0.88% | 0.44% | - |
| HSV(B) | 309.49º | 0.93% | 0.82% | - |
| XYZ | 34.87 | 17.27 | 44.14 | - |
| YUV | 91.41 | 177.43 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 179 | 0 | 0.93 | 0.15 | 0.18 | 309.49 | 0.88 | 0.44 |
| Hex | D2 | E | B3 | 0 | 5D | F | 12 | 135 | 58 | 2C |
| Octal | 322 | 16 | 263 | 0 | 135 | 17 | 22 | 465 | 130 | 54 |
| Binary | 11010010 | 1110 | 10110011 | 0 | 1011101 | 1111 | 10010 | 100110101 | 1011000 | 101100 |
Color Harmonies of #D20EB3
Complementary color
Monochromatic Colors of #D20EB3
Black with #D20EB3
Text Example
Text Example
White with #D20EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EB3; }
p { color: rgb(210,14,179); }
H1.HeaderClassName
{
color: #D20EB3;
}
.AnyTagClassName
{
color: #D20EB3;
}
</style>
background-color css
<style>
a { background-color: #D20EB3; }
a { background-color: rgb(210,14,179); }
div.DivClassName
{
background-color: #D20EB3;
}
.BgClassName
{
background-color: #D20EB3;
}
</style>
border-color css
<style>
span { border-color: #D20EB3; }
span { border-color: rgb(210,14,179); }
td.TdClassName
{
border-color: #D20EB3;
}
.TagClassName
{
border-color: #D20EB3;
}
</style>