Shades of Deep Magenta #D215AE
Tints of Deep Magenta #D215AE
RGB
CMYK
RGB Variations
Color information
#D215AE (or 0xD215AE) is known color: Deep Magenta. HEX triplet: D2, 15 and AE. RGB value is (210,21,174). Sum of RGB (Red+Green+Blue) = 210+21+174=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D215AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D215AE is #2DEA51. Grayscale: #5E5E5E. Windows color (decimal): -3009106 or 11408850. OLE color: 11408850.
HSL color Cylindrical-coordinate representation of color #D215AE: hue angle of 311.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D215AE is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 174 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.18 |
| HSL | 311.43º | 0.82% | 0.45% | - |
| HSV(B) | 311.43º | 0.9% | 0.82% | - |
| XYZ | 34.49 | 17.29 | 41.56 | - |
| YUV | 94.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 174 | 0 | 0.90 | 0.17 | 0.18 | 311.43 | 0.82 | 0.45 |
| Hex | D2 | 15 | AE | 0 | 5A | 11 | 12 | 137 | 52 | 2D |
| Octal | 322 | 25 | 256 | 0 | 132 | 21 | 22 | 467 | 122 | 55 |
| Binary | 11010010 | 10101 | 10101110 | 0 | 1011010 | 10001 | 10010 | 100110111 | 1010010 | 101101 |
Color Harmonies of #D215AE
Complementary color
Monochromatic Colors of #D215AE
Black with #D215AE
Text Example
Text Example
White with #D215AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215AE; }
p { color: rgb(210,21,174); }
H1.HeaderClassName
{
color: #D215AE;
}
.AnyTagClassName
{
color: #D215AE;
}
</style>
background-color css
<style>
a { background-color: #D215AE; }
a { background-color: rgb(210,21,174); }
div.DivClassName
{
background-color: #D215AE;
}
.BgClassName
{
background-color: #D215AE;
}
</style>
border-color css
<style>
span { border-color: #D215AE; }
span { border-color: rgb(210,21,174); }
td.TdClassName
{
border-color: #D215AE;
}
.TagClassName
{
border-color: #D215AE;
}
</style>