Shades of Deep Magenta #D21BAE
Tints of Deep Magenta #D21BAE
RGB
CMYK
RGB Variations
Color information
#D21BAE (or 0xD21BAE) is known color: Deep Magenta. HEX triplet: D2, 1B and AE. RGB value is (210,27,174). Sum of RGB (Red+Green+Blue) = 210+27+174=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21BAE is #2DE451. Grayscale: #626262. Windows color (decimal): -3007570 or 11410386. OLE color: 11410386.
HSL color Cylindrical-coordinate representation of color #D21BAE: hue angle of 311.8º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BAE is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 174 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.18 |
| HSL | 311.8º | 0.77% | 0.46% | - |
| HSV(B) | 311.8º | 0.87% | 0.82% | - |
| XYZ | 34.61 | 17.54 | 41.61 | - |
| YUV | 98.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 174 | 0 | 0.87 | 0.17 | 0.18 | 311.8 | 0.77 | 0.46 |
| Hex | D2 | 1B | AE | 0 | 57 | 11 | 12 | 138 | 4D | 2E |
| Octal | 322 | 33 | 256 | 0 | 127 | 21 | 22 | 470 | 115 | 56 |
| Binary | 11010010 | 11011 | 10101110 | 0 | 1010111 | 10001 | 10010 | 100111000 | 1001101 | 101110 |
Color Harmonies of #D21BAE
Complementary color
Monochromatic Colors of #D21BAE
Black with #D21BAE
Text Example
Text Example
White with #D21BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BAE; }
p { color: rgb(210,27,174); }
H1.HeaderClassName
{
color: #D21BAE;
}
.AnyTagClassName
{
color: #D21BAE;
}
</style>
background-color css
<style>
a { background-color: #D21BAE; }
a { background-color: rgb(210,27,174); }
div.DivClassName
{
background-color: #D21BAE;
}
.BgClassName
{
background-color: #D21BAE;
}
</style>
border-color css
<style>
span { border-color: #D21BAE; }
span { border-color: rgb(210,27,174); }
td.TdClassName
{
border-color: #D21BAE;
}
.TagClassName
{
border-color: #D21BAE;
}
</style>