Shades of Deep Magenta #D016C5
Tints of Deep Magenta #D016C5
RGB
CMYK
RGB Variations
Color information
#D016C5 (or 0xD016C5) is known color: Deep Magenta. HEX triplet: D0, 16 and C5. RGB value is (208,22,197). Sum of RGB (Red+Green+Blue) = 208+22+197=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D016C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016C5 is #2FE93A. Grayscale: #616161. Windows color (decimal): -3139899 or 12916432. OLE color: 12916432.
HSL color Cylindrical-coordinate representation of color #D016C5: hue angle of 303.55º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D016C5 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 197 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.18 |
| HSL | 303.55º | 0.81% | 0.45% | - |
| HSV(B) | 303.55º | 0.89% | 0.82% | - |
| XYZ | 36.38 | 18.01 | 54.38 | - |
| YUV | 97.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 197 | 0 | 0.89 | 0.05 | 0.18 | 303.55 | 0.81 | 0.45 |
| Hex | D0 | 16 | C5 | 0 | 59 | 5 | 12 | 130 | 51 | 2D |
| Octal | 320 | 26 | 305 | 0 | 131 | 5 | 22 | 460 | 121 | 55 |
| Binary | 11010000 | 10110 | 11000101 | 0 | 1011001 | 101 | 10010 | 100110000 | 1010001 | 101101 |
Color Harmonies of #D016C5
Complementary color
Monochromatic Colors of #D016C5
Black with #D016C5
Text Example
Text Example
White with #D016C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016C5; }
p { color: rgb(208,22,197); }
H1.HeaderClassName
{
color: #D016C5;
}
.AnyTagClassName
{
color: #D016C5;
}
</style>
background-color css
<style>
a { background-color: #D016C5; }
a { background-color: rgb(208,22,197); }
div.DivClassName
{
background-color: #D016C5;
}
.BgClassName
{
background-color: #D016C5;
}
</style>
border-color css
<style>
span { border-color: #D016C5; }
span { border-color: rgb(208,22,197); }
td.TdClassName
{
border-color: #D016C5;
}
.TagClassName
{
border-color: #D016C5;
}
</style>