Shades of Deep Magenta #D918DF
Tints of Deep Magenta #D918DF
RGB
CMYK
RGB Variations
Color information
#D918DF (or 0xD918DF) is known color: Deep Magenta. HEX triplet: D9, 18 and DF. RGB value is (217,24,223). Sum of RGB (Red+Green+Blue) = 217+24+223=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #D918DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918DF is #26E720. Grayscale: #676767. Windows color (decimal): -2549537 or 14620889. OLE color: 14620889.
HSL color Cylindrical-coordinate representation of color #D918DF: hue angle of 298.19º degrees, saturation: 0.81, 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 #D918DF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 24 | 223 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.13 |
| HSL | 298.19º | 0.81% | 0.48% | - |
| HSV(B) | 298.19º | 0.89% | 0.87% | - |
| XYZ | 42.26 | 20.73 | 71.59 | - |
| YUV | 104.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 223 | 0.03 | 0.89 | 0 | 0.13 | 298.19 | 0.81 | 0.48 |
| Hex | D9 | 18 | DF | 3 | 59 | 0 | D | 12A | 51 | 30 |
| Octal | 331 | 30 | 337 | 3 | 131 | 0 | 15 | 452 | 121 | 60 |
| Binary | 11011001 | 11000 | 11011111 | 11 | 1011001 | 0 | 1101 | 100101010 | 1010001 | 110000 |
Color Harmonies of #D918DF
Complementary color
Monochromatic Colors of #D918DF
Black with #D918DF
Text Example
Text Example
White with #D918DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918DF; }
p { color: rgb(217,24,223); }
H1.HeaderClassName
{
color: #D918DF;
}
.AnyTagClassName
{
color: #D918DF;
}
</style>
background-color css
<style>
a { background-color: #D918DF; }
a { background-color: rgb(217,24,223); }
div.DivClassName
{
background-color: #D918DF;
}
.BgClassName
{
background-color: #D918DF;
}
</style>
border-color css
<style>
span { border-color: #D918DF; }
span { border-color: rgb(217,24,223); }
td.TdClassName
{
border-color: #D918DF;
}
.TagClassName
{
border-color: #D918DF;
}
</style>