Shades of Deep Magenta #D918C0
Tints of Deep Magenta #D918C0
RGB
CMYK
RGB Variations
Color information
#D918C0 (or 0xD918C0) is known color: Deep Magenta. HEX triplet: D9, 18 and C0. RGB value is (217,24,192). Sum of RGB (Red+Green+Blue) = 217+24+192=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D918C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918C0 is #26E73F. Grayscale: #646464. Windows color (decimal): -2549568 or 12589273. OLE color: 12589273.
HSL color Cylindrical-coordinate representation of color #D918C0: hue angle of 307.77º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D918C0 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 192 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.15 |
| HSL | 307.77º | 0.8% | 0.47% | - |
| HSV(B) | 307.77º | 0.89% | 0.85% | - |
| XYZ | 38.46 | 19.21 | 51.55 | - |
| YUV | 100.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 192 | 0 | 0.89 | 0.12 | 0.15 | 307.77 | 0.8 | 0.47 |
| Hex | D9 | 18 | C0 | 0 | 59 | C | F | 134 | 50 | 2F |
| Octal | 331 | 30 | 300 | 0 | 131 | 14 | 17 | 464 | 120 | 57 |
| Binary | 11011001 | 11000 | 11000000 | 0 | 1011001 | 1100 | 1111 | 100110100 | 1010000 | 101111 |
Color Harmonies of #D918C0
Complementary color
Monochromatic Colors of #D918C0
Black with #D918C0
Text Example
Text Example
White with #D918C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918C0; }
p { color: rgb(217,24,192); }
H1.HeaderClassName
{
color: #D918C0;
}
.AnyTagClassName
{
color: #D918C0;
}
</style>
background-color css
<style>
a { background-color: #D918C0; }
a { background-color: rgb(217,24,192); }
div.DivClassName
{
background-color: #D918C0;
}
.BgClassName
{
background-color: #D918C0;
}
</style>
border-color css
<style>
span { border-color: #D918C0; }
span { border-color: rgb(217,24,192); }
td.TdClassName
{
border-color: #D918C0;
}
.TagClassName
{
border-color: #D918C0;
}
</style>