Shades of Deep Magenta #D514C0
Tints of Deep Magenta #D514C0
RGB
CMYK
RGB Variations
Color information
#D514C0 (or 0xD514C0) is known color: Deep Magenta. HEX triplet: D5, 14 and C0. RGB value is (213,20,192). Sum of RGB (Red+Green+Blue) = 213+20+192=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D514C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514C0 is #2AEB3F. Grayscale: #606060. Windows color (decimal): -2812736 or 12588245. OLE color: 12588245.
HSL color Cylindrical-coordinate representation of color #D514C0: hue angle of 306.53º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514C0 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 192 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.16 |
| HSL | 306.53º | 0.83% | 0.46% | - |
| HSV(B) | 306.53º | 0.91% | 0.84% | - |
| XYZ | 37.21 | 18.45 | 51.47 | - |
| YUV | 97.32 | 181.44 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 192 | 0 | 0.91 | 0.10 | 0.16 | 306.53 | 0.83 | 0.46 |
| Hex | D5 | 14 | C0 | 0 | 5B | A | 10 | 133 | 53 | 2E |
| Octal | 325 | 24 | 300 | 0 | 133 | 12 | 20 | 463 | 123 | 56 |
| Binary | 11010101 | 10100 | 11000000 | 0 | 1011011 | 1010 | 10000 | 100110011 | 1010011 | 101110 |
Color Harmonies of #D514C0
Complementary color
Monochromatic Colors of #D514C0
Black with #D514C0
Text Example
Text Example
White with #D514C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514C0; }
p { color: rgb(213,20,192); }
H1.HeaderClassName
{
color: #D514C0;
}
.AnyTagClassName
{
color: #D514C0;
}
</style>
background-color css
<style>
a { background-color: #D514C0; }
a { background-color: rgb(213,20,192); }
div.DivClassName
{
background-color: #D514C0;
}
.BgClassName
{
background-color: #D514C0;
}
</style>
border-color css
<style>
span { border-color: #D514C0; }
span { border-color: rgb(213,20,192); }
td.TdClassName
{
border-color: #D514C0;
}
.TagClassName
{
border-color: #D514C0;
}
</style>