Shades of Deep Magenta #D916D1
Tints of Deep Magenta #D916D1
RGB
CMYK
RGB Variations
Color information
#D916D1 (or 0xD916D1) is known color: Deep Magenta. HEX triplet: D9, 16 and D1. RGB value is (217,22,209). Sum of RGB (Red+Green+Blue) = 217+22+209=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D916D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916D1 is #26E92E. Grayscale: #656565. Windows color (decimal): -2550063 or 13702873. OLE color: 13702873.
HSL color Cylindrical-coordinate representation of color #D916D1: hue angle of 302.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916D1 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 209 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.15 |
| HSL | 302.46º | 0.82% | 0.47% | - |
| HSV(B) | 302.46º | 0.9% | 0.85% | - |
| XYZ | 40.41 | 19.93 | 62.04 | - |
| YUV | 101.62 | 188.6 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 209 | 0 | 0.90 | 0.04 | 0.15 | 302.46 | 0.82 | 0.47 |
| Hex | D9 | 16 | D1 | 0 | 5A | 4 | F | 12E | 52 | 2F |
| Octal | 331 | 26 | 321 | 0 | 132 | 4 | 17 | 456 | 122 | 57 |
| Binary | 11011001 | 10110 | 11010001 | 0 | 1011010 | 100 | 1111 | 100101110 | 1010010 | 101111 |
Color Harmonies of #D916D1
Complementary color
Monochromatic Colors of #D916D1
Black with #D916D1
Text Example
Text Example
White with #D916D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916D1; }
p { color: rgb(217,22,209); }
H1.HeaderClassName
{
color: #D916D1;
}
.AnyTagClassName
{
color: #D916D1;
}
</style>
background-color css
<style>
a { background-color: #D916D1; }
a { background-color: rgb(217,22,209); }
div.DivClassName
{
background-color: #D916D1;
}
.BgClassName
{
background-color: #D916D1;
}
</style>
border-color css
<style>
span { border-color: #D916D1; }
span { border-color: rgb(217,22,209); }
td.TdClassName
{
border-color: #D916D1;
}
.TagClassName
{
border-color: #D916D1;
}
</style>