Shades of Deep Magenta #D616DF
Tints of Deep Magenta #D616DF
RGB
CMYK
RGB Variations
Color information
#D616DF (or 0xD616DF) is known color: Deep Magenta. HEX triplet: D6, 16 and DF. RGB value is (214,22,223). Sum of RGB (Red+Green+Blue) = 214+22+223=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #D616DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616DF is #29E920. Grayscale: #656565. Windows color (decimal): -2746657 or 14620374. OLE color: 14620374.
HSL color Cylindrical-coordinate representation of color #D616DF: hue angle of 297.31º 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 #D616DF is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 22 | 223 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.13 |
| HSL | 297.31º | 0.82% | 0.48% | - |
| HSV(B) | 297.31º | 0.9% | 0.87% | - |
| XYZ | 41.34 | 20.2 | 71.53 | - |
| YUV | 102.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 223 | 0.04 | 0.90 | 0 | 0.13 | 297.31 | 0.82 | 0.48 |
| Hex | D6 | 16 | DF | 4 | 5A | 0 | D | 129 | 52 | 30 |
| Octal | 326 | 26 | 337 | 4 | 132 | 0 | 15 | 451 | 122 | 60 |
| Binary | 11010110 | 10110 | 11011111 | 100 | 1011010 | 0 | 1101 | 100101001 | 1010010 | 110000 |
Color Harmonies of #D616DF
Complementary color
Monochromatic Colors of #D616DF
Black with #D616DF
Text Example
Text Example
White with #D616DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616DF; }
p { color: rgb(214,22,223); }
H1.HeaderClassName
{
color: #D616DF;
}
.AnyTagClassName
{
color: #D616DF;
}
</style>
background-color css
<style>
a { background-color: #D616DF; }
a { background-color: rgb(214,22,223); }
div.DivClassName
{
background-color: #D616DF;
}
.BgClassName
{
background-color: #D616DF;
}
</style>
border-color css
<style>
span { border-color: #D616DF; }
span { border-color: rgb(214,22,223); }
td.TdClassName
{
border-color: #D616DF;
}
.TagClassName
{
border-color: #D616DF;
}
</style>