Shades of Deep Magenta #D016C6
Tints of Deep Magenta #D016C6
RGB
CMYK
RGB Variations
Color information
#D016C6 (or 0xD016C6) is known color: Deep Magenta. HEX triplet: D0, 16 and C6. RGB value is (208,22,198). Sum of RGB (Red+Green+Blue) = 208+22+198=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D016C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016C6 is #2FE939. Grayscale: #616161. Windows color (decimal): -3139898 or 12981968. OLE color: 12981968.
HSL color Cylindrical-coordinate representation of color #D016C6: hue angle of 303.23º 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 #D016C6 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 198 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.18 |
| HSL | 303.23º | 0.81% | 0.45% | - |
| HSV(B) | 303.23º | 0.89% | 0.82% | - |
| XYZ | 36.49 | 18.06 | 54.99 | - |
| YUV | 97.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 198 | 0 | 0.89 | 0.05 | 0.18 | 303.23 | 0.81 | 0.45 |
| Hex | D0 | 16 | C6 | 0 | 59 | 5 | 12 | 12F | 51 | 2D |
| Octal | 320 | 26 | 306 | 0 | 131 | 5 | 22 | 457 | 121 | 55 |
| Binary | 11010000 | 10110 | 11000110 | 0 | 1011001 | 101 | 10010 | 100101111 | 1010001 | 101101 |
Color Harmonies of #D016C6
Complementary color
Monochromatic Colors of #D016C6
Black with #D016C6
Text Example
Text Example
White with #D016C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016C6; }
p { color: rgb(208,22,198); }
H1.HeaderClassName
{
color: #D016C6;
}
.AnyTagClassName
{
color: #D016C6;
}
</style>
background-color css
<style>
a { background-color: #D016C6; }
a { background-color: rgb(208,22,198); }
div.DivClassName
{
background-color: #D016C6;
}
.BgClassName
{
background-color: #D016C6;
}
</style>
border-color css
<style>
span { border-color: #D016C6; }
span { border-color: rgb(208,22,198); }
td.TdClassName
{
border-color: #D016C6;
}
.TagClassName
{
border-color: #D016C6;
}
</style>