Shades of Deep Magenta #D21ABE
Tints of Deep Magenta #D21ABE
RGB
CMYK
RGB Variations
Color information
#D21ABE (or 0xD21ABE) is known color: Deep Magenta. HEX triplet: D2, 1A and BE. RGB value is (210,26,190). Sum of RGB (Red+Green+Blue) = 210+26+190=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ABE is #2DE541. Grayscale: #636363. Windows color (decimal): -3007810 or 12458706. OLE color: 12458706.
HSL color Cylindrical-coordinate representation of color #D21ABE: hue angle of 306.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21ABE is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 190 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 306.52º | 0.78% | 0.46% | - |
| HSV(B) | 306.52º | 0.88% | 0.82% | - |
| XYZ | 36.24 | 18.16 | 50.31 | - |
| YUV | 99.71 | 178.96 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 190 | 0 | 0.88 | 0.10 | 0.18 | 306.52 | 0.78 | 0.46 |
| Hex | D2 | 1A | BE | 0 | 58 | A | 12 | 133 | 4E | 2E |
| Octal | 322 | 32 | 276 | 0 | 130 | 12 | 22 | 463 | 116 | 56 |
| Binary | 11010010 | 11010 | 10111110 | 0 | 1011000 | 1010 | 10010 | 100110011 | 1001110 | 101110 |
Color Harmonies of #D21ABE
Complementary color
Monochromatic Colors of #D21ABE
Black with #D21ABE
Text Example
Text Example
White with #D21ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ABE; }
p { color: rgb(210,26,190); }
H1.HeaderClassName
{
color: #D21ABE;
}
.AnyTagClassName
{
color: #D21ABE;
}
</style>
background-color css
<style>
a { background-color: #D21ABE; }
a { background-color: rgb(210,26,190); }
div.DivClassName
{
background-color: #D21ABE;
}
.BgClassName
{
background-color: #D21ABE;
}
</style>
border-color css
<style>
span { border-color: #D21ABE; }
span { border-color: rgb(210,26,190); }
td.TdClassName
{
border-color: #D21ABE;
}
.TagClassName
{
border-color: #D21ABE;
}
</style>