Shades of Deep Magenta #D918DC
Tints of Deep Magenta #D918DC
RGB
CMYK
RGB Variations
Color information
#D918DC (or 0xD918DC) is known color: Deep Magenta. HEX triplet: D9, 18 and DC. RGB value is (217,24,220). Sum of RGB (Red+Green+Blue) = 217+24+220=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #D918DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918DC is #26E723. Grayscale: #676767. Windows color (decimal): -2549540 or 14424281. OLE color: 14424281.
HSL color Cylindrical-coordinate representation of color #D918DC: hue angle of 299.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D918DC is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 24 | 220 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.14 |
| HSL | 299.08º | 0.8% | 0.48% | - |
| HSV(B) | 299.08º | 0.89% | 0.86% | - |
| XYZ | 41.86 | 20.57 | 69.47 | - |
| YUV | 104.05 | 193.44 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 220 | 0.01 | 0.89 | 0 | 0.14 | 299.08 | 0.8 | 0.48 |
| Hex | D9 | 18 | DC | 1 | 59 | 0 | E | 12B | 50 | 30 |
| Octal | 331 | 30 | 334 | 1 | 131 | 0 | 16 | 453 | 120 | 60 |
| Binary | 11011001 | 11000 | 11011100 | 1 | 1011001 | 0 | 1110 | 100101011 | 1010000 | 110000 |
Color Harmonies of #D918DC
Complementary color
Monochromatic Colors of #D918DC
Black with #D918DC
Text Example
Text Example
White with #D918DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918DC; }
p { color: rgb(217,24,220); }
H1.HeaderClassName
{
color: #D918DC;
}
.AnyTagClassName
{
color: #D918DC;
}
</style>
background-color css
<style>
a { background-color: #D918DC; }
a { background-color: rgb(217,24,220); }
div.DivClassName
{
background-color: #D918DC;
}
.BgClassName
{
background-color: #D918DC;
}
</style>
border-color css
<style>
span { border-color: #D918DC; }
span { border-color: rgb(217,24,220); }
td.TdClassName
{
border-color: #D918DC;
}
.TagClassName
{
border-color: #D918DC;
}
</style>