Shades of Deep Magenta #D916C9
Tints of Deep Magenta #D916C9
RGB
CMYK
RGB Variations
Color information
#D916C9 (or 0xD916C9) is known color: Deep Magenta. HEX triplet: D9, 16 and C9. RGB value is (217,22,201). Sum of RGB (Red+Green+Blue) = 217+22+201=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D916C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916C9 is #26E936. Grayscale: #646464. Windows color (decimal): -2550071 or 13178585. OLE color: 13178585.
HSL color Cylindrical-coordinate representation of color #D916C9: hue angle of 304.92º 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 #D916C9 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 201 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.15 |
| HSL | 304.92º | 0.82% | 0.47% | - |
| HSV(B) | 304.92º | 0.9% | 0.85% | - |
| XYZ | 39.44 | 19.54 | 56.95 | - |
| YUV | 100.71 | 184.6 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 201 | 0 | 0.90 | 0.07 | 0.15 | 304.92 | 0.82 | 0.47 |
| Hex | D9 | 16 | C9 | 0 | 5A | 7 | F | 131 | 52 | 2F |
| Octal | 331 | 26 | 311 | 0 | 132 | 7 | 17 | 461 | 122 | 57 |
| Binary | 11011001 | 10110 | 11001001 | 0 | 1011010 | 111 | 1111 | 100110001 | 1010010 | 101111 |
Color Harmonies of #D916C9
Complementary color
Monochromatic Colors of #D916C9
Black with #D916C9
Text Example
Text Example
White with #D916C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916C9; }
p { color: rgb(217,22,201); }
H1.HeaderClassName
{
color: #D916C9;
}
.AnyTagClassName
{
color: #D916C9;
}
</style>
background-color css
<style>
a { background-color: #D916C9; }
a { background-color: rgb(217,22,201); }
div.DivClassName
{
background-color: #D916C9;
}
.BgClassName
{
background-color: #D916C9;
}
</style>
border-color css
<style>
span { border-color: #D916C9; }
span { border-color: rgb(217,22,201); }
td.TdClassName
{
border-color: #D916C9;
}
.TagClassName
{
border-color: #D916C9;
}
</style>