Shades of Deep Magenta #D514C9
Tints of Deep Magenta #D514C9
RGB
CMYK
RGB Variations
Color information
#D514C9 (or 0xD514C9) is known color: Deep Magenta. HEX triplet: D5, 14 and C9. RGB value is (213,20,201). Sum of RGB (Red+Green+Blue) = 213+20+201=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D514C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514C9 is #2AEB36. Grayscale: #616161. Windows color (decimal): -2812727 or 13178069. OLE color: 13178069.
HSL color Cylindrical-coordinate representation of color #D514C9: hue angle of 303.73º 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 #D514C9 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 201 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.16 |
| HSL | 303.73º | 0.83% | 0.46% | - |
| HSV(B) | 303.73º | 0.91% | 0.84% | - |
| XYZ | 38.23 | 18.86 | 56.88 | - |
| YUV | 98.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 201 | 0 | 0.91 | 0.06 | 0.16 | 303.73 | 0.83 | 0.46 |
| Hex | D5 | 14 | C9 | 0 | 5B | 6 | 10 | 130 | 53 | 2E |
| Octal | 325 | 24 | 311 | 0 | 133 | 6 | 20 | 460 | 123 | 56 |
| Binary | 11010101 | 10100 | 11001001 | 0 | 1011011 | 110 | 10000 | 100110000 | 1010011 | 101110 |
Color Harmonies of #D514C9
Complementary color
Monochromatic Colors of #D514C9
Black with #D514C9
Text Example
Text Example
White with #D514C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514C9; }
p { color: rgb(213,20,201); }
H1.HeaderClassName
{
color: #D514C9;
}
.AnyTagClassName
{
color: #D514C9;
}
</style>
background-color css
<style>
a { background-color: #D514C9; }
a { background-color: rgb(213,20,201); }
div.DivClassName
{
background-color: #D514C9;
}
.BgClassName
{
background-color: #D514C9;
}
</style>
border-color css
<style>
span { border-color: #D514C9; }
span { border-color: rgb(213,20,201); }
td.TdClassName
{
border-color: #D514C9;
}
.TagClassName
{
border-color: #D514C9;
}
</style>