Shades of Deep Magenta #D018E4
Tints of Deep Magenta #D018E4
RGB
CMYK
RGB Variations
Color information
#D018E4 (or 0xD018E4) is known color: Deep Magenta. HEX triplet: D0, 18 and E4. RGB value is (208,24,228). Sum of RGB (Red+Green+Blue) = 208+24+228=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #D018E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018E4 is #2FE71B. Grayscale: #656565. Windows color (decimal): -3139356 or 14948560. OLE color: 14948560.
HSL color Cylindrical-coordinate representation of color #D018E4: hue angle of 294.12º 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 #D018E4 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 24 | 228 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.11 |
| HSL | 294.12º | 0.81% | 0.49% | - |
| HSV(B) | 294.12º | 0.89% | 0.89% | - |
| XYZ | 40.34 | 19.66 | 75.07 | - |
| YUV | 102.27 | 198.96 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 228 | 0.09 | 0.89 | 0 | 0.11 | 294.12 | 0.81 | 0.49 |
| Hex | D0 | 18 | E4 | 9 | 59 | 0 | B | 126 | 51 | 31 |
| Octal | 320 | 30 | 344 | 11 | 131 | 0 | 13 | 446 | 121 | 61 |
| Binary | 11010000 | 11000 | 11100100 | 1001 | 1011001 | 0 | 1011 | 100100110 | 1010001 | 110001 |
Color Harmonies of #D018E4
Complementary color
Monochromatic Colors of #D018E4
Black with #D018E4
Text Example
Text Example
White with #D018E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018E4; }
p { color: rgb(208,24,228); }
H1.HeaderClassName
{
color: #D018E4;
}
.AnyTagClassName
{
color: #D018E4;
}
</style>
background-color css
<style>
a { background-color: #D018E4; }
a { background-color: rgb(208,24,228); }
div.DivClassName
{
background-color: #D018E4;
}
.BgClassName
{
background-color: #D018E4;
}
</style>
border-color css
<style>
span { border-color: #D018E4; }
span { border-color: rgb(208,24,228); }
td.TdClassName
{
border-color: #D018E4;
}
.TagClassName
{
border-color: #D018E4;
}
</style>