Shades of Deep Magenta #D21EBE
Tints of Deep Magenta #D21EBE
RGB
CMYK
RGB Variations
Color information
#D21EBE (or 0xD21EBE) is known color: Deep Magenta. HEX triplet: D2, 1E and BE. RGB value is (210,30,190). Sum of RGB (Red+Green+Blue) = 210+30+190=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21EBE is #2DE141. Grayscale: #656565. Windows color (decimal): -3006786 or 12459730. OLE color: 12459730.
HSL color Cylindrical-coordinate representation of color #D21EBE: hue angle of 306.67º 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 #D21EBE is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 190 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.18 |
| HSL | 306.67º | 0.75% | 0.47% | - |
| HSV(B) | 306.67º | 0.86% | 0.82% | - |
| XYZ | 36.34 | 18.35 | 50.34 | - |
| YUV | 102.06 | 177.63 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 190 | 0 | 0.86 | 0.10 | 0.18 | 306.67 | 0.75 | 0.47 |
| Hex | D2 | 1E | BE | 0 | 56 | A | 12 | 133 | 4B | 2F |
| Octal | 322 | 36 | 276 | 0 | 126 | 12 | 22 | 463 | 113 | 57 |
| Binary | 11010010 | 11110 | 10111110 | 0 | 1010110 | 1010 | 10010 | 100110011 | 1001011 | 101111 |
Color Harmonies of #D21EBE
Complementary color
Monochromatic Colors of #D21EBE
Black with #D21EBE
Text Example
Text Example
White with #D21EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EBE; }
p { color: rgb(210,30,190); }
H1.HeaderClassName
{
color: #D21EBE;
}
.AnyTagClassName
{
color: #D21EBE;
}
</style>
background-color css
<style>
a { background-color: #D21EBE; }
a { background-color: rgb(210,30,190); }
div.DivClassName
{
background-color: #D21EBE;
}
.BgClassName
{
background-color: #D21EBE;
}
</style>
border-color css
<style>
span { border-color: #D21EBE; }
span { border-color: rgb(210,30,190); }
td.TdClassName
{
border-color: #D21EBE;
}
.TagClassName
{
border-color: #D21EBE;
}
</style>