Shades of Deep Magenta #D516DF
Tints of Deep Magenta #D516DF
RGB
CMYK
RGB Variations
Color information
#D516DF (or 0xD516DF) is known color: Deep Magenta. HEX triplet: D5, 16 and DF. RGB value is (213,22,223). Sum of RGB (Red+Green+Blue) = 213+22+223=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #D516DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516DF is #2AE920. Grayscale: #656565. Windows color (decimal): -2812193 or 14620373. OLE color: 14620373.
HSL color Cylindrical-coordinate representation of color #D516DF: hue angle of 297.01º 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 #D516DF is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 22 | 223 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.13 |
| HSL | 297.01º | 0.82% | 0.48% | - |
| HSV(B) | 297.01º | 0.9% | 0.87% | - |
| XYZ | 41.05 | 20.05 | 71.52 | - |
| YUV | 102.02 | 196.28 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 223 | 0.04 | 0.90 | 0 | 0.13 | 297.01 | 0.82 | 0.48 |
| Hex | D5 | 16 | DF | 4 | 5A | 0 | D | 129 | 52 | 30 |
| Octal | 325 | 26 | 337 | 4 | 132 | 0 | 15 | 451 | 122 | 60 |
| Binary | 11010101 | 10110 | 11011111 | 100 | 1011010 | 0 | 1101 | 100101001 | 1010010 | 110000 |
Color Harmonies of #D516DF
Complementary color
Monochromatic Colors of #D516DF
Black with #D516DF
Text Example
Text Example
White with #D516DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516DF; }
p { color: rgb(213,22,223); }
H1.HeaderClassName
{
color: #D516DF;
}
.AnyTagClassName
{
color: #D516DF;
}
</style>
background-color css
<style>
a { background-color: #D516DF; }
a { background-color: rgb(213,22,223); }
div.DivClassName
{
background-color: #D516DF;
}
.BgClassName
{
background-color: #D516DF;
}
</style>
border-color css
<style>
span { border-color: #D516DF; }
span { border-color: rgb(213,22,223); }
td.TdClassName
{
border-color: #D516DF;
}
.TagClassName
{
border-color: #D516DF;
}
</style>