Shades of Deep Magenta #D916D9
Tints of Deep Magenta #D916D9
RGB
CMYK
RGB Variations
Color information
#D916D9 (or 0xD916D9) is known color: Deep Magenta. HEX triplet: D9, 16 and D9. RGB value is (217,22,217). Sum of RGB (Red+Green+Blue) = 217+22+217=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D916D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916D9 is #26E926. Grayscale: #656565. Windows color (decimal): -2550055 or 14227161. OLE color: 14227161.
HSL color Cylindrical-coordinate representation of color #D916D9: hue angle of 300º 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 #D916D9 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 217 | - |
| CMYK | 0 | 0.90 | 0 | 0.15 |
| HSL | 300º | 0.82% | 0.47% | - |
| HSV(B) | 300º | 0.9% | 0.85% | - |
| XYZ | 41.43 | 20.34 | 67.39 | - |
| YUV | 102.54 | 192.6 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 217 | 0 | 0.90 | 0 | 0.15 | 300 | 0.82 | 0.47 |
| Hex | D9 | 16 | D9 | 0 | 5A | 0 | F | 12C | 52 | 2F |
| Octal | 331 | 26 | 331 | 0 | 132 | 0 | 17 | 454 | 122 | 57 |
| Binary | 11011001 | 10110 | 11011001 | 0 | 1011010 | 0 | 1111 | 100101100 | 1010010 | 101111 |
Color Harmonies of #D916D9
Complementary color
Monochromatic Colors of #D916D9
Black with #D916D9
Text Example
Text Example
White with #D916D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916D9; }
p { color: rgb(217,22,217); }
H1.HeaderClassName
{
color: #D916D9;
}
.AnyTagClassName
{
color: #D916D9;
}
</style>
background-color css
<style>
a { background-color: #D916D9; }
a { background-color: rgb(217,22,217); }
div.DivClassName
{
background-color: #D916D9;
}
.BgClassName
{
background-color: #D916D9;
}
</style>
border-color css
<style>
span { border-color: #D916D9; }
span { border-color: rgb(217,22,217); }
td.TdClassName
{
border-color: #D916D9;
}
.TagClassName
{
border-color: #D916D9;
}
</style>