Shades of Deep Magenta #D016DD
Tints of Deep Magenta #D016DD
RGB
CMYK
RGB Variations
Color information
#D016DD (or 0xD016DD) is known color: Deep Magenta. HEX triplet: D0, 16 and DD. RGB value is (208,22,221). Sum of RGB (Red+Green+Blue) = 208+22+221=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #D016DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016DD is #2FE922. Grayscale: #636363. Windows color (decimal): -3139875 or 14489296. OLE color: 14489296.
HSL color Cylindrical-coordinate representation of color #D016DD: hue angle of 296.08º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D016DD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 22 | 221 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.13 |
| HSL | 296.08º | 0.82% | 0.48% | - |
| HSV(B) | 296.08º | 0.9% | 0.87% | - |
| XYZ | 39.35 | 19.2 | 70.04 | - |
| YUV | 100.3 | 196.12 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 221 | 0.06 | 0.90 | 0 | 0.13 | 296.08 | 0.82 | 0.48 |
| Hex | D0 | 16 | DD | 6 | 5A | 0 | D | 128 | 52 | 30 |
| Octal | 320 | 26 | 335 | 6 | 132 | 0 | 15 | 450 | 122 | 60 |
| Binary | 11010000 | 10110 | 11011101 | 110 | 1011010 | 0 | 1101 | 100101000 | 1010010 | 110000 |
Color Harmonies of #D016DD
Complementary color
Monochromatic Colors of #D016DD
Black with #D016DD
Text Example
Text Example
White with #D016DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016DD; }
p { color: rgb(208,22,221); }
H1.HeaderClassName
{
color: #D016DD;
}
.AnyTagClassName
{
color: #D016DD;
}
</style>
background-color css
<style>
a { background-color: #D016DD; }
a { background-color: rgb(208,22,221); }
div.DivClassName
{
background-color: #D016DD;
}
.BgClassName
{
background-color: #D016DD;
}
</style>
border-color css
<style>
span { border-color: #D016DD; }
span { border-color: rgb(208,22,221); }
td.TdClassName
{
border-color: #D016DD;
}
.TagClassName
{
border-color: #D016DD;
}
</style>