Shades of Deep Magenta #D215AC
Tints of Deep Magenta #D215AC
RGB
CMYK
RGB Variations
Color information
#D215AC (or 0xD215AC) is known color: Deep Magenta. HEX triplet: D2, 15 and AC. RGB value is (210,21,172). Sum of RGB (Red+Green+Blue) = 210+21+172=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D215AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D215AC is #2DEA53. Grayscale: #5E5E5E. Windows color (decimal): -3009108 or 11277778. OLE color: 11277778.
HSL color Cylindrical-coordinate representation of color #D215AC: hue angle of 312.06º 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 #D215AC is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 172 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.18 |
| HSL | 312.06º | 0.82% | 0.45% | - |
| HSV(B) | 312.06º | 0.9% | 0.82% | - |
| XYZ | 34.29 | 17.22 | 40.55 | - |
| YUV | 94.73 | 171.62 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 172 | 0 | 0.90 | 0.18 | 0.18 | 312.06 | 0.82 | 0.45 |
| Hex | D2 | 15 | AC | 0 | 5A | 12 | 12 | 138 | 52 | 2D |
| Octal | 322 | 25 | 254 | 0 | 132 | 22 | 22 | 470 | 122 | 55 |
| Binary | 11010010 | 10101 | 10101100 | 0 | 1011010 | 10010 | 10010 | 100111000 | 1010010 | 101101 |
Color Harmonies of #D215AC
Complementary color
Monochromatic Colors of #D215AC
Black with #D215AC
Text Example
Text Example
White with #D215AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215AC; }
p { color: rgb(210,21,172); }
H1.HeaderClassName
{
color: #D215AC;
}
.AnyTagClassName
{
color: #D215AC;
}
</style>
background-color css
<style>
a { background-color: #D215AC; }
a { background-color: rgb(210,21,172); }
div.DivClassName
{
background-color: #D215AC;
}
.BgClassName
{
background-color: #D215AC;
}
</style>
border-color css
<style>
span { border-color: #D215AC; }
span { border-color: rgb(210,21,172); }
td.TdClassName
{
border-color: #D215AC;
}
.TagClassName
{
border-color: #D215AC;
}
</style>