Shades of Deep Magenta #D514D9
Tints of Deep Magenta #D514D9
RGB
CMYK
RGB Variations
Color information
#D514D9 (or 0xD514D9) is known color: Deep Magenta. HEX triplet: D5, 14 and D9. RGB value is (213,20,217). Sum of RGB (Red+Green+Blue) = 213+20+217=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #D514D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514D9 is #2AEB26. Grayscale: #636363. Windows color (decimal): -2812711 or 14226645. OLE color: 14226645.
HSL color Cylindrical-coordinate representation of color #D514D9: hue angle of 298.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514D9 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 20 | 217 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.15 |
| HSL | 298.78º | 0.83% | 0.46% | - |
| HSV(B) | 298.78º | 0.91% | 0.85% | - |
| XYZ | 40.22 | 19.66 | 67.32 | - |
| YUV | 100.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 217 | 0.02 | 0.91 | 0 | 0.15 | 298.78 | 0.83 | 0.46 |
| Hex | D5 | 14 | D9 | 2 | 5B | 0 | F | 12B | 53 | 2E |
| Octal | 325 | 24 | 331 | 2 | 133 | 0 | 17 | 453 | 123 | 56 |
| Binary | 11010101 | 10100 | 11011001 | 10 | 1011011 | 0 | 1111 | 100101011 | 1010011 | 101110 |
Color Harmonies of #D514D9
Complementary color
Monochromatic Colors of #D514D9
Black with #D514D9
Text Example
Text Example
White with #D514D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514D9; }
p { color: rgb(213,20,217); }
H1.HeaderClassName
{
color: #D514D9;
}
.AnyTagClassName
{
color: #D514D9;
}
</style>
background-color css
<style>
a { background-color: #D514D9; }
a { background-color: rgb(213,20,217); }
div.DivClassName
{
background-color: #D514D9;
}
.BgClassName
{
background-color: #D514D9;
}
</style>
border-color css
<style>
span { border-color: #D514D9; }
span { border-color: rgb(213,20,217); }
td.TdClassName
{
border-color: #D514D9;
}
.TagClassName
{
border-color: #D514D9;
}
</style>