Shades of Deep Magenta #D215AF
Tints of Deep Magenta #D215AF
RGB
CMYK
RGB Variations
Color information
#D215AF (or 0xD215AF) is known color: Deep Magenta. HEX triplet: D2, 15 and AF. RGB value is (210,21,175). Sum of RGB (Red+Green+Blue) = 210+21+175=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D215AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D215AF is #2DEA50. Grayscale: #5E5E5E. Windows color (decimal): -3009105 or 11474386. OLE color: 11474386.
HSL color Cylindrical-coordinate representation of color #D215AF: hue angle of 311.11º 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 #D215AF is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.18 |
| HSL | 311.11º | 0.82% | 0.45% | - |
| HSV(B) | 311.11º | 0.9% | 0.82% | - |
| XYZ | 34.58 | 17.33 | 42.08 | - |
| YUV | 95.07 | 173.12 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 175 | 0 | 0.90 | 0.17 | 0.18 | 311.11 | 0.82 | 0.45 |
| Hex | D2 | 15 | AF | 0 | 5A | 11 | 12 | 137 | 52 | 2D |
| Octal | 322 | 25 | 257 | 0 | 132 | 21 | 22 | 467 | 122 | 55 |
| Binary | 11010010 | 10101 | 10101111 | 0 | 1011010 | 10001 | 10010 | 100110111 | 1010010 | 101101 |
Color Harmonies of #D215AF
Complementary color
Monochromatic Colors of #D215AF
Black with #D215AF
Text Example
Text Example
White with #D215AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215AF; }
p { color: rgb(210,21,175); }
H1.HeaderClassName
{
color: #D215AF;
}
.AnyTagClassName
{
color: #D215AF;
}
</style>
background-color css
<style>
a { background-color: #D215AF; }
a { background-color: rgb(210,21,175); }
div.DivClassName
{
background-color: #D215AF;
}
.BgClassName
{
background-color: #D215AF;
}
</style>
border-color css
<style>
span { border-color: #D215AF; }
span { border-color: rgb(210,21,175); }
td.TdClassName
{
border-color: #D215AF;
}
.TagClassName
{
border-color: #D215AF;
}
</style>