Shades of Deep Magenta #D21AB0
Tints of Deep Magenta #D21AB0
RGB
CMYK
RGB Variations
Color information
#D21AB0 (or 0xD21AB0) is known color: Deep Magenta. HEX triplet: D2, 1A and B0. RGB value is (210,26,176). Sum of RGB (Red+Green+Blue) = 210+26+176=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21AB0 is #2DE54F. Grayscale: #616161. Windows color (decimal): -3007824 or 11541202. OLE color: 11541202.
HSL color Cylindrical-coordinate representation of color #D21AB0: hue angle of 311.09º 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 #D21AB0 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 176 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.18 |
| HSL | 311.09º | 0.78% | 0.46% | - |
| HSV(B) | 311.09º | 0.88% | 0.82% | - |
| XYZ | 34.78 | 17.58 | 42.63 | - |
| YUV | 98.12 | 171.96 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 176 | 0 | 0.88 | 0.16 | 0.18 | 311.09 | 0.78 | 0.46 |
| Hex | D2 | 1A | B0 | 0 | 58 | 10 | 12 | 137 | 4E | 2E |
| Octal | 322 | 32 | 260 | 0 | 130 | 20 | 22 | 467 | 116 | 56 |
| Binary | 11010010 | 11010 | 10110000 | 0 | 1011000 | 10000 | 10010 | 100110111 | 1001110 | 101110 |
Color Harmonies of #D21AB0
Complementary color
Monochromatic Colors of #D21AB0
Black with #D21AB0
Text Example
Text Example
White with #D21AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AB0; }
p { color: rgb(210,26,176); }
H1.HeaderClassName
{
color: #D21AB0;
}
.AnyTagClassName
{
color: #D21AB0;
}
</style>
background-color css
<style>
a { background-color: #D21AB0; }
a { background-color: rgb(210,26,176); }
div.DivClassName
{
background-color: #D21AB0;
}
.BgClassName
{
background-color: #D21AB0;
}
</style>
border-color css
<style>
span { border-color: #D21AB0; }
span { border-color: rgb(210,26,176); }
td.TdClassName
{
border-color: #D21AB0;
}
.TagClassName
{
border-color: #D21AB0;
}
</style>