Shades of Deep Magenta #D21AB9
Tints of Deep Magenta #D21AB9
RGB
CMYK
RGB Variations
Color information
#D21AB9 (or 0xD21AB9) is known color: Deep Magenta. HEX triplet: D2, 1A and B9. RGB value is (210,26,185). Sum of RGB (Red+Green+Blue) = 210+26+185=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AB9 is #2DE546. Grayscale: #626262. Windows color (decimal): -3007815 or 12131026. OLE color: 12131026.
HSL color Cylindrical-coordinate representation of color #D21AB9: hue angle of 308.15º 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 #D21AB9 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 185 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.18 |
| HSL | 308.15º | 0.78% | 0.46% | - |
| HSV(B) | 308.15º | 0.88% | 0.82% | - |
| XYZ | 35.7 | 17.94 | 47.48 | - |
| YUV | 99.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 185 | 0 | 0.88 | 0.12 | 0.18 | 308.15 | 0.78 | 0.46 |
| Hex | D2 | 1A | B9 | 0 | 58 | C | 12 | 134 | 4E | 2E |
| Octal | 322 | 32 | 271 | 0 | 130 | 14 | 22 | 464 | 116 | 56 |
| Binary | 11010010 | 11010 | 10111001 | 0 | 1011000 | 1100 | 10010 | 100110100 | 1001110 | 101110 |
Color Harmonies of #D21AB9
Complementary color
Monochromatic Colors of #D21AB9
Black with #D21AB9
Text Example
Text Example
White with #D21AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AB9; }
p { color: rgb(210,26,185); }
H1.HeaderClassName
{
color: #D21AB9;
}
.AnyTagClassName
{
color: #D21AB9;
}
</style>
background-color css
<style>
a { background-color: #D21AB9; }
a { background-color: rgb(210,26,185); }
div.DivClassName
{
background-color: #D21AB9;
}
.BgClassName
{
background-color: #D21AB9;
}
</style>
border-color css
<style>
span { border-color: #D21AB9; }
span { border-color: rgb(210,26,185); }
td.TdClassName
{
border-color: #D21AB9;
}
.TagClassName
{
border-color: #D21AB9;
}
</style>