Shades of Deep Magenta #D218D8
Tints of Deep Magenta #D218D8
RGB
CMYK
RGB Variations
Color information
#D218D8 (or 0xD218D8) is known color: Deep Magenta. HEX triplet: D2, 18 and D8. RGB value is (210,24,216). Sum of RGB (Red+Green+Blue) = 210+24+216=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #D218D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218D8 is #2DE727. Grayscale: #646464. Windows color (decimal): -3008296 or 14162130. OLE color: 14162130.
HSL color Cylindrical-coordinate representation of color #D218D8: hue angle of 298.12º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D218D8 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 24 | 216 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.15 |
| HSL | 298.13º | 0.8% | 0.47% | - |
| HSV(B) | 298.13º | 0.89% | 0.85% | - |
| XYZ | 39.3 | 19.31 | 66.62 | - |
| YUV | 101.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 216 | 0.03 | 0.89 | 0 | 0.15 | 298.13 | 0.8 | 0.47 |
| Hex | D2 | 18 | D8 | 3 | 59 | 0 | F | 12A | 50 | 2F |
| Octal | 322 | 30 | 330 | 3 | 131 | 0 | 17 | 452 | 120 | 57 |
| Binary | 11010010 | 11000 | 11011000 | 11 | 1011001 | 0 | 1111 | 100101010 | 1010000 | 101111 |
Color Harmonies of #D218D8
Complementary color
Monochromatic Colors of #D218D8
Black with #D218D8
Text Example
Text Example
White with #D218D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218D8; }
p { color: rgb(210,24,216); }
H1.HeaderClassName
{
color: #D218D8;
}
.AnyTagClassName
{
color: #D218D8;
}
</style>
background-color css
<style>
a { background-color: #D218D8; }
a { background-color: rgb(210,24,216); }
div.DivClassName
{
background-color: #D218D8;
}
.BgClassName
{
background-color: #D218D8;
}
</style>
border-color css
<style>
span { border-color: #D218D8; }
span { border-color: rgb(210,24,216); }
td.TdClassName
{
border-color: #D218D8;
}
.TagClassName
{
border-color: #D218D8;
}
</style>