Shades of Deep Magenta #D916CA
Tints of Deep Magenta #D916CA
RGB
CMYK
RGB Variations
Color information
#D916CA (or 0xD916CA) is known color: Deep Magenta. HEX triplet: D9, 16 and CA. RGB value is (217,22,202). Sum of RGB (Red+Green+Blue) = 217+22+202=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D916CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916CA is #26E935. Grayscale: #646464. Windows color (decimal): -2550070 or 13244121. OLE color: 13244121.
HSL color Cylindrical-coordinate representation of color #D916CA: hue angle of 304.62º 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 #D916CA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.15 |
| HSL | 304.62º | 0.82% | 0.47% | - |
| HSV(B) | 304.62º | 0.9% | 0.85% | - |
| XYZ | 39.56 | 19.59 | 57.57 | - |
| YUV | 100.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 202 | 0 | 0.90 | 0.07 | 0.15 | 304.62 | 0.82 | 0.47 |
| Hex | D9 | 16 | CA | 0 | 5A | 7 | F | 131 | 52 | 2F |
| Octal | 331 | 26 | 312 | 0 | 132 | 7 | 17 | 461 | 122 | 57 |
| Binary | 11011001 | 10110 | 11001010 | 0 | 1011010 | 111 | 1111 | 100110001 | 1010010 | 101111 |
Color Harmonies of #D916CA
Complementary color
Monochromatic Colors of #D916CA
Black with #D916CA
Text Example
Text Example
White with #D916CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916CA; }
p { color: rgb(217,22,202); }
H1.HeaderClassName
{
color: #D916CA;
}
.AnyTagClassName
{
color: #D916CA;
}
</style>
background-color css
<style>
a { background-color: #D916CA; }
a { background-color: rgb(217,22,202); }
div.DivClassName
{
background-color: #D916CA;
}
.BgClassName
{
background-color: #D916CA;
}
</style>
border-color css
<style>
span { border-color: #D916CA; }
span { border-color: rgb(217,22,202); }
td.TdClassName
{
border-color: #D916CA;
}
.TagClassName
{
border-color: #D916CA;
}
</style>