Shades of Deep Magenta #D218E4
Tints of Deep Magenta #D218E4
RGB
CMYK
RGB Variations
Color information
#D218E4 (or 0xD218E4) is known color: Deep Magenta. HEX triplet: D2, 18 and E4. RGB value is (210,24,228). Sum of RGB (Red+Green+Blue) = 210+24+228=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #D218E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218E4 is #2DE71B. Grayscale: #666666. Windows color (decimal): -3008284 or 14948562. OLE color: 14948562.
HSL color Cylindrical-coordinate representation of color #D218E4: hue angle of 294.71º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D218E4 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 24 | 228 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.11 |
| HSL | 294.71º | 0.81% | 0.49% | - |
| HSV(B) | 294.71º | 0.89% | 0.89% | - |
| XYZ | 40.91 | 19.96 | 75.09 | - |
| YUV | 102.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 228 | 0.08 | 0.89 | 0 | 0.11 | 294.71 | 0.81 | 0.49 |
| Hex | D2 | 18 | E4 | 8 | 59 | 0 | B | 127 | 51 | 31 |
| Octal | 322 | 30 | 344 | 10 | 131 | 0 | 13 | 447 | 121 | 61 |
| Binary | 11010010 | 11000 | 11100100 | 1000 | 1011001 | 0 | 1011 | 100100111 | 1010001 | 110001 |
Color Harmonies of #D218E4
Complementary color
Monochromatic Colors of #D218E4
Black with #D218E4
Text Example
Text Example
White with #D218E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218E4; }
p { color: rgb(210,24,228); }
H1.HeaderClassName
{
color: #D218E4;
}
.AnyTagClassName
{
color: #D218E4;
}
</style>
background-color css
<style>
a { background-color: #D218E4; }
a { background-color: rgb(210,24,228); }
div.DivClassName
{
background-color: #D218E4;
}
.BgClassName
{
background-color: #D218E4;
}
</style>
border-color css
<style>
span { border-color: #D218E4; }
span { border-color: rgb(210,24,228); }
td.TdClassName
{
border-color: #D218E4;
}
.TagClassName
{
border-color: #D218E4;
}
</style>