Shades of Deep Magenta #D514DF
Tints of Deep Magenta #D514DF
RGB
CMYK
RGB Variations
Color information
#D514DF (or 0xD514DF) is known color: Deep Magenta. HEX triplet: D5, 14 and DF. RGB value is (213,20,223). Sum of RGB (Red+Green+Blue) = 213+20+223=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #D514DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514DF is #2AEB20. Grayscale: #646464. Windows color (decimal): -2812705 or 14619861. OLE color: 14619861.
HSL color Cylindrical-coordinate representation of color #D514DF: hue angle of 297.04º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514DF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 20 | 223 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.13 |
| HSL | 297.04º | 0.84% | 0.48% | - |
| HSV(B) | 297.04º | 0.91% | 0.87% | - |
| XYZ | 41.01 | 19.97 | 71.51 | - |
| YUV | 100.85 | 196.94 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 223 | 0.04 | 0.91 | 0 | 0.13 | 297.04 | 0.84 | 0.48 |
| Hex | D5 | 14 | DF | 4 | 5B | 0 | D | 129 | 54 | 30 |
| Octal | 325 | 24 | 337 | 4 | 133 | 0 | 15 | 451 | 124 | 60 |
| Binary | 11010101 | 10100 | 11011111 | 100 | 1011011 | 0 | 1101 | 100101001 | 1010100 | 110000 |
Color Harmonies of #D514DF
Complementary color
Monochromatic Colors of #D514DF
Black with #D514DF
Text Example
Text Example
White with #D514DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514DF; }
p { color: rgb(213,20,223); }
H1.HeaderClassName
{
color: #D514DF;
}
.AnyTagClassName
{
color: #D514DF;
}
</style>
background-color css
<style>
a { background-color: #D514DF; }
a { background-color: rgb(213,20,223); }
div.DivClassName
{
background-color: #D514DF;
}
.BgClassName
{
background-color: #D514DF;
}
</style>
border-color css
<style>
span { border-color: #D514DF; }
span { border-color: rgb(213,20,223); }
td.TdClassName
{
border-color: #D514DF;
}
.TagClassName
{
border-color: #D514DF;
}
</style>