Shades of Deep Magenta #D718DD
Tints of Deep Magenta #D718DD
RGB
CMYK
RGB Variations
Color information
#D718DD (or 0xD718DD) is known color: Deep Magenta. HEX triplet: D7, 18 and DD. RGB value is (215,24,221). Sum of RGB (Red+Green+Blue) = 215+24+221=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #D718DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D718DD is #28E722. Grayscale: #666666. Windows color (decimal): -2680611 or 14489815. OLE color: 14489815.
HSL color Cylindrical-coordinate representation of color #D718DD: hue angle of 298.17º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D718DD is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 24 | 221 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.13 |
| HSL | 298.17º | 0.8% | 0.48% | - |
| HSV(B) | 298.17º | 0.89% | 0.87% | - |
| XYZ | 41.4 | 20.32 | 70.15 | - |
| YUV | 103.57 | 194.28 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 221 | 0.03 | 0.89 | 0 | 0.13 | 298.17 | 0.8 | 0.48 |
| Hex | D7 | 18 | DD | 3 | 59 | 0 | D | 12A | 50 | 30 |
| Octal | 327 | 30 | 335 | 3 | 131 | 0 | 15 | 452 | 120 | 60 |
| Binary | 11010111 | 11000 | 11011101 | 11 | 1011001 | 0 | 1101 | 100101010 | 1010000 | 110000 |
Color Harmonies of #D718DD
Complementary color
Monochromatic Colors of #D718DD
Black with #D718DD
Text Example
Text Example
White with #D718DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718DD; }
p { color: rgb(215,24,221); }
H1.HeaderClassName
{
color: #D718DD;
}
.AnyTagClassName
{
color: #D718DD;
}
</style>
background-color css
<style>
a { background-color: #D718DD; }
a { background-color: rgb(215,24,221); }
div.DivClassName
{
background-color: #D718DD;
}
.BgClassName
{
background-color: #D718DD;
}
</style>
border-color css
<style>
span { border-color: #D718DD; }
span { border-color: rgb(215,24,221); }
td.TdClassName
{
border-color: #D718DD;
}
.TagClassName
{
border-color: #D718DD;
}
</style>