Shades of Deep Magenta #D916D2
Tints of Deep Magenta #D916D2
RGB
CMYK
RGB Variations
Color information
#D916D2 (or 0xD916D2) is known color: Deep Magenta. HEX triplet: D9, 16 and D2. RGB value is (217,22,210). Sum of RGB (Red+Green+Blue) = 217+22+210=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D916D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916D2 is #26E92D. Grayscale: #656565. Windows color (decimal): -2550062 or 13768409. OLE color: 13768409.
HSL color Cylindrical-coordinate representation of color #D916D2: hue angle of 302.15º 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 #D916D2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 210 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.15 |
| HSL | 302.15º | 0.82% | 0.47% | - |
| HSV(B) | 302.15º | 0.9% | 0.85% | - |
| XYZ | 40.54 | 19.98 | 62.69 | - |
| YUV | 101.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 210 | 0 | 0.90 | 0.03 | 0.15 | 302.15 | 0.82 | 0.47 |
| Hex | D9 | 16 | D2 | 0 | 5A | 3 | F | 12E | 52 | 2F |
| Octal | 331 | 26 | 322 | 0 | 132 | 3 | 17 | 456 | 122 | 57 |
| Binary | 11011001 | 10110 | 11010010 | 0 | 1011010 | 11 | 1111 | 100101110 | 1010010 | 101111 |
Color Harmonies of #D916D2
Complementary color
Monochromatic Colors of #D916D2
Black with #D916D2
Text Example
Text Example
White with #D916D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916D2; }
p { color: rgb(217,22,210); }
H1.HeaderClassName
{
color: #D916D2;
}
.AnyTagClassName
{
color: #D916D2;
}
</style>
background-color css
<style>
a { background-color: #D916D2; }
a { background-color: rgb(217,22,210); }
div.DivClassName
{
background-color: #D916D2;
}
.BgClassName
{
background-color: #D916D2;
}
</style>
border-color css
<style>
span { border-color: #D916D2; }
span { border-color: rgb(217,22,210); }
td.TdClassName
{
border-color: #D916D2;
}
.TagClassName
{
border-color: #D916D2;
}
</style>