Shades of Deep Magenta #D218AD
Tints of Deep Magenta #D218AD
RGB
CMYK
RGB Variations
Color information
#D218AD (or 0xD218AD) is known color: Deep Magenta. HEX triplet: D2, 18 and AD. RGB value is (210,24,173). Sum of RGB (Red+Green+Blue) = 210+24+173=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D218AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D218AD is #2DE752. Grayscale: #606060. Windows color (decimal): -3008339 or 11344082. OLE color: 11344082.
HSL color Cylindrical-coordinate representation of color #D218AD: hue angle of 311.94º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D218AD is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 173 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.18 |
| HSL | 311.94º | 0.79% | 0.46% | - |
| HSV(B) | 311.94º | 0.89% | 0.82% | - |
| XYZ | 34.45 | 17.37 | 41.07 | - |
| YUV | 96.6 | 171.12 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 173 | 0 | 0.89 | 0.18 | 0.18 | 311.94 | 0.79 | 0.46 |
| Hex | D2 | 18 | AD | 0 | 59 | 12 | 12 | 138 | 4F | 2E |
| Octal | 322 | 30 | 255 | 0 | 131 | 22 | 22 | 470 | 117 | 56 |
| Binary | 11010010 | 11000 | 10101101 | 0 | 1011001 | 10010 | 10010 | 100111000 | 1001111 | 101110 |
Color Harmonies of #D218AD
Complementary color
Monochromatic Colors of #D218AD
Black with #D218AD
Text Example
Text Example
White with #D218AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218AD; }
p { color: rgb(210,24,173); }
H1.HeaderClassName
{
color: #D218AD;
}
.AnyTagClassName
{
color: #D218AD;
}
</style>
background-color css
<style>
a { background-color: #D218AD; }
a { background-color: rgb(210,24,173); }
div.DivClassName
{
background-color: #D218AD;
}
.BgClassName
{
background-color: #D218AD;
}
</style>
border-color css
<style>
span { border-color: #D218AD; }
span { border-color: rgb(210,24,173); }
td.TdClassName
{
border-color: #D218AD;
}
.TagClassName
{
border-color: #D218AD;
}
</style>