Shades of Deep Magenta #D718D1
Tints of Deep Magenta #D718D1
RGB
CMYK
RGB Variations
Color information
#D718D1 (or 0xD718D1) is known color: Deep Magenta. HEX triplet: D7, 18 and D1. RGB value is (215,24,209). Sum of RGB (Red+Green+Blue) = 215+24+209=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D718D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D718D1 is #28E72E. Grayscale: #656565. Windows color (decimal): -2680623 or 13703383. OLE color: 13703383.
HSL color Cylindrical-coordinate representation of color #D718D1: hue angle of 301.88º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D718D1 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 209 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.16 |
| HSL | 301.88º | 0.8% | 0.47% | - |
| HSV(B) | 301.88º | 0.89% | 0.84% | - |
| XYZ | 39.86 | 19.7 | 62.02 | - |
| YUV | 102.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 209 | 0 | 0.89 | 0.03 | 0.16 | 301.88 | 0.8 | 0.47 |
| Hex | D7 | 18 | D1 | 0 | 59 | 3 | 10 | 12E | 50 | 2F |
| Octal | 327 | 30 | 321 | 0 | 131 | 3 | 20 | 456 | 120 | 57 |
| Binary | 11010111 | 11000 | 11010001 | 0 | 1011001 | 11 | 10000 | 100101110 | 1010000 | 101111 |
Color Harmonies of #D718D1
Complementary color
Monochromatic Colors of #D718D1
Black with #D718D1
Text Example
Text Example
White with #D718D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718D1; }
p { color: rgb(215,24,209); }
H1.HeaderClassName
{
color: #D718D1;
}
.AnyTagClassName
{
color: #D718D1;
}
</style>
background-color css
<style>
a { background-color: #D718D1; }
a { background-color: rgb(215,24,209); }
div.DivClassName
{
background-color: #D718D1;
}
.BgClassName
{
background-color: #D718D1;
}
</style>
border-color css
<style>
span { border-color: #D718D1; }
span { border-color: rgb(215,24,209); }
td.TdClassName
{
border-color: #D718D1;
}
.TagClassName
{
border-color: #D718D1;
}
</style>