Shades of Deep Magenta #D214AD
Tints of Deep Magenta #D214AD
RGB
CMYK
RGB Variations
Color information
#D214AD (or 0xD214AD) is known color: Deep Magenta. HEX triplet: D2, 14 and AD. RGB value is (210,20,173). Sum of RGB (Red+Green+Blue) = 210+20+173=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D214AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D214AD is #2DEB52. Grayscale: #5D5D5D. Windows color (decimal): -3009363 or 11343058. OLE color: 11343058.
HSL color Cylindrical-coordinate representation of color #D214AD: hue angle of 311.68º degrees, saturation: 0.83, 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 #D214AD is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 173 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.18 |
| HSL | 311.68º | 0.83% | 0.45% | - |
| HSV(B) | 311.68º | 0.9% | 0.82% | - |
| XYZ | 34.37 | 17.22 | 41.05 | - |
| YUV | 94.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 173 | 0 | 0.90 | 0.18 | 0.18 | 311.68 | 0.83 | 0.45 |
| Hex | D2 | 14 | AD | 0 | 5A | 12 | 12 | 138 | 53 | 2D |
| Octal | 322 | 24 | 255 | 0 | 132 | 22 | 22 | 470 | 123 | 55 |
| Binary | 11010010 | 10100 | 10101101 | 0 | 1011010 | 10010 | 10010 | 100111000 | 1010011 | 101101 |
Color Harmonies of #D214AD
Complementary color
Monochromatic Colors of #D214AD
Black with #D214AD
Text Example
Text Example
White with #D214AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214AD; }
p { color: rgb(210,20,173); }
H1.HeaderClassName
{
color: #D214AD;
}
.AnyTagClassName
{
color: #D214AD;
}
</style>
background-color css
<style>
a { background-color: #D214AD; }
a { background-color: rgb(210,20,173); }
div.DivClassName
{
background-color: #D214AD;
}
.BgClassName
{
background-color: #D214AD;
}
</style>
border-color css
<style>
span { border-color: #D214AD; }
span { border-color: rgb(210,20,173); }
td.TdClassName
{
border-color: #D214AD;
}
.TagClassName
{
border-color: #D214AD;
}
</style>