Shades of Deep Magenta #D514B7
Tints of Deep Magenta #D514B7
RGB
CMYK
RGB Variations
Color information
#D514B7 (or 0xD514B7) is known color: Deep Magenta. HEX triplet: D5, 14 and B7. RGB value is (213,20,183). Sum of RGB (Red+Green+Blue) = 213+20+183=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D514B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514B7 is #2AEB48. Grayscale: #5F5F5F. Windows color (decimal): -2812745 or 11998421. OLE color: 11998421.
HSL color Cylindrical-coordinate representation of color #D514B7: hue angle of 309.33º 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 #D514B7 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 183 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.16 |
| HSL | 309.33º | 0.83% | 0.46% | - |
| HSV(B) | 309.33º | 0.91% | 0.84% | - |
| XYZ | 36.24 | 18.07 | 46.38 | - |
| YUV | 96.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 183 | 0 | 0.91 | 0.14 | 0.16 | 309.33 | 0.83 | 0.46 |
| Hex | D5 | 14 | B7 | 0 | 5B | E | 10 | 135 | 53 | 2E |
| Octal | 325 | 24 | 267 | 0 | 133 | 16 | 20 | 465 | 123 | 56 |
| Binary | 11010101 | 10100 | 10110111 | 0 | 1011011 | 1110 | 10000 | 100110101 | 1010011 | 101110 |
Color Harmonies of #D514B7
Complementary color
Monochromatic Colors of #D514B7
Black with #D514B7
Text Example
Text Example
White with #D514B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514B7; }
p { color: rgb(213,20,183); }
H1.HeaderClassName
{
color: #D514B7;
}
.AnyTagClassName
{
color: #D514B7;
}
</style>
background-color css
<style>
a { background-color: #D514B7; }
a { background-color: rgb(213,20,183); }
div.DivClassName
{
background-color: #D514B7;
}
.BgClassName
{
background-color: #D514B7;
}
</style>
border-color css
<style>
span { border-color: #D514B7; }
span { border-color: rgb(213,20,183); }
td.TdClassName
{
border-color: #D514B7;
}
.TagClassName
{
border-color: #D514B7;
}
</style>