Shades of Deep Magenta #D916DA
Tints of Deep Magenta #D916DA
RGB
CMYK
RGB Variations
Color information
#D916DA (or 0xD916DA) is known color: Deep Magenta. HEX triplet: D9, 16 and DA. RGB value is (217,22,218). Sum of RGB (Red+Green+Blue) = 217+22+218=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #D916DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916DA is #26E925. Grayscale: #666666. Windows color (decimal): -2550054 or 14292697. OLE color: 14292697.
HSL color Cylindrical-coordinate representation of color #D916DA: hue angle of 299.69º 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 #D916DA is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 218 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.15 |
| HSL | 299.69º | 0.82% | 0.47% | - |
| HSV(B) | 299.69º | 0.9% | 0.85% | - |
| XYZ | 41.56 | 20.39 | 68.07 | - |
| YUV | 102.65 | 193.1 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 218 | 0.00 | 0.90 | 0 | 0.15 | 299.69 | 0.82 | 0.47 |
| Hex | D9 | 16 | DA | 0 | 5A | 0 | F | 12C | 52 | 2F |
| Octal | 331 | 26 | 332 | 0 | 132 | 0 | 17 | 454 | 122 | 57 |
| Binary | 11011001 | 10110 | 11011010 | 0 | 1011010 | 0 | 1111 | 100101100 | 1010010 | 101111 |
Color Harmonies of #D916DA
Complementary color
Monochromatic Colors of #D916DA
Black with #D916DA
Text Example
Text Example
White with #D916DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916DA; }
p { color: rgb(217,22,218); }
H1.HeaderClassName
{
color: #D916DA;
}
.AnyTagClassName
{
color: #D916DA;
}
</style>
background-color css
<style>
a { background-color: #D916DA; }
a { background-color: rgb(217,22,218); }
div.DivClassName
{
background-color: #D916DA;
}
.BgClassName
{
background-color: #D916DA;
}
</style>
border-color css
<style>
span { border-color: #D916DA; }
span { border-color: rgb(217,22,218); }
td.TdClassName
{
border-color: #D916DA;
}
.TagClassName
{
border-color: #D916DA;
}
</style>