Shades of Deep Magenta #D016DF
Tints of Deep Magenta #D016DF
RGB
CMYK
RGB Variations
Color information
#D016DF (or 0xD016DF) is known color: Deep Magenta. HEX triplet: D0, 16 and DF. RGB value is (208,22,223). Sum of RGB (Red+Green+Blue) = 208+22+223=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #D016DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016DF is #2FE920. Grayscale: #636363. Windows color (decimal): -3139873 or 14620368. OLE color: 14620368.
HSL color Cylindrical-coordinate representation of color #D016DF: hue angle of 295.52º 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 #D016DF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 22 | 223 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.13 |
| HSL | 295.52º | 0.82% | 0.48% | - |
| HSV(B) | 295.52º | 0.9% | 0.87% | - |
| XYZ | 39.62 | 19.31 | 71.45 | - |
| YUV | 100.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 223 | 0.07 | 0.90 | 0 | 0.13 | 295.52 | 0.82 | 0.48 |
| Hex | D0 | 16 | DF | 7 | 5A | 0 | D | 128 | 52 | 30 |
| Octal | 320 | 26 | 337 | 7 | 132 | 0 | 15 | 450 | 122 | 60 |
| Binary | 11010000 | 10110 | 11011111 | 111 | 1011010 | 0 | 1101 | 100101000 | 1010010 | 110000 |
Color Harmonies of #D016DF
Complementary color
Monochromatic Colors of #D016DF
Black with #D016DF
Text Example
Text Example
White with #D016DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016DF; }
p { color: rgb(208,22,223); }
H1.HeaderClassName
{
color: #D016DF;
}
.AnyTagClassName
{
color: #D016DF;
}
</style>
background-color css
<style>
a { background-color: #D016DF; }
a { background-color: rgb(208,22,223); }
div.DivClassName
{
background-color: #D016DF;
}
.BgClassName
{
background-color: #D016DF;
}
</style>
border-color css
<style>
span { border-color: #D016DF; }
span { border-color: rgb(208,22,223); }
td.TdClassName
{
border-color: #D016DF;
}
.TagClassName
{
border-color: #D016DF;
}
</style>