Shades of Deep Magenta #D718E4
Tints of Deep Magenta #D718E4
RGB
CMYK
RGB Variations
Color information
#D718E4 (or 0xD718E4) is known color: Deep Magenta. HEX triplet: D7, 18 and E4. RGB value is (215,24,228). Sum of RGB (Red+Green+Blue) = 215+24+228=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #D718E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D718E4 is #28E71B. Grayscale: #676767. Windows color (decimal): -2680604 or 14948567. OLE color: 14948567.
HSL color Cylindrical-coordinate representation of color #D718E4: hue angle of 296.18º 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 #D718E4 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 24 | 228 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.11 |
| HSL | 296.18º | 0.81% | 0.49% | - |
| HSV(B) | 296.18º | 0.89% | 0.89% | - |
| XYZ | 42.35 | 20.7 | 75.16 | - |
| YUV | 104.37 | 197.78 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 228 | 0.06 | 0.89 | 0 | 0.11 | 296.18 | 0.81 | 0.49 |
| Hex | D7 | 18 | E4 | 6 | 59 | 0 | B | 128 | 51 | 31 |
| Octal | 327 | 30 | 344 | 6 | 131 | 0 | 13 | 450 | 121 | 61 |
| Binary | 11010111 | 11000 | 11100100 | 110 | 1011001 | 0 | 1011 | 100101000 | 1010001 | 110001 |
Color Harmonies of #D718E4
Complementary color
Monochromatic Colors of #D718E4
Black with #D718E4
Text Example
Text Example
White with #D718E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718E4; }
p { color: rgb(215,24,228); }
H1.HeaderClassName
{
color: #D718E4;
}
.AnyTagClassName
{
color: #D718E4;
}
</style>
background-color css
<style>
a { background-color: #D718E4; }
a { background-color: rgb(215,24,228); }
div.DivClassName
{
background-color: #D718E4;
}
.BgClassName
{
background-color: #D718E4;
}
</style>
border-color css
<style>
span { border-color: #D718E4; }
span { border-color: rgb(215,24,228); }
td.TdClassName
{
border-color: #D718E4;
}
.TagClassName
{
border-color: #D718E4;
}
</style>