Shades of Deep Magenta #D21EB0
Tints of Deep Magenta #D21EB0
RGB
CMYK
RGB Variations
Color information
#D21EB0 (or 0xD21EB0) is known color: Deep Magenta. HEX triplet: D2, 1E and B0. RGB value is (210,30,176). Sum of RGB (Red+Green+Blue) = 210+30+176=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21EB0 is #2DE14F. Grayscale: #646464. Windows color (decimal): -3006800 or 11542226. OLE color: 11542226.
HSL color Cylindrical-coordinate representation of color #D21EB0: hue angle of 311.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21EB0 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 176 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.18 |
| HSL | 311.33º | 0.75% | 0.47% | - |
| HSV(B) | 311.33º | 0.86% | 0.82% | - |
| XYZ | 34.88 | 17.76 | 42.66 | - |
| YUV | 100.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 176 | 0 | 0.86 | 0.16 | 0.18 | 311.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | B0 | 0 | 56 | 10 | 12 | 137 | 4B | 2F |
| Octal | 322 | 36 | 260 | 0 | 126 | 20 | 22 | 467 | 113 | 57 |
| Binary | 11010010 | 11110 | 10110000 | 0 | 1010110 | 10000 | 10010 | 100110111 | 1001011 | 101111 |
Color Harmonies of #D21EB0
Complementary color
Monochromatic Colors of #D21EB0
Black with #D21EB0
Text Example
Text Example
White with #D21EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EB0; }
p { color: rgb(210,30,176); }
H1.HeaderClassName
{
color: #D21EB0;
}
.AnyTagClassName
{
color: #D21EB0;
}
</style>
background-color css
<style>
a { background-color: #D21EB0; }
a { background-color: rgb(210,30,176); }
div.DivClassName
{
background-color: #D21EB0;
}
.BgClassName
{
background-color: #D21EB0;
}
</style>
border-color css
<style>
span { border-color: #D21EB0; }
span { border-color: rgb(210,30,176); }
td.TdClassName
{
border-color: #D21EB0;
}
.TagClassName
{
border-color: #D21EB0;
}
</style>