Shades of Deep Magenta #D514BE
Tints of Deep Magenta #D514BE
RGB
CMYK
RGB Variations
Color information
#D514BE (or 0xD514BE) is known color: Deep Magenta. HEX triplet: D5, 14 and BE. RGB value is (213,20,190). Sum of RGB (Red+Green+Blue) = 213+20+190=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D514BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514BE is #2AEB41. Grayscale: #606060. Windows color (decimal): -2812738 or 12457173. OLE color: 12457173.
HSL color Cylindrical-coordinate representation of color #D514BE: hue angle of 307.15º 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 #D514BE is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 190 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.16 |
| HSL | 307.15º | 0.83% | 0.46% | - |
| HSV(B) | 307.15º | 0.91% | 0.84% | - |
| XYZ | 36.98 | 18.36 | 50.31 | - |
| YUV | 97.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 190 | 0 | 0.91 | 0.11 | 0.16 | 307.15 | 0.83 | 0.46 |
| Hex | D5 | 14 | BE | 0 | 5B | B | 10 | 133 | 53 | 2E |
| Octal | 325 | 24 | 276 | 0 | 133 | 13 | 20 | 463 | 123 | 56 |
| Binary | 11010101 | 10100 | 10111110 | 0 | 1011011 | 1011 | 10000 | 100110011 | 1010011 | 101110 |
Color Harmonies of #D514BE
Complementary color
Monochromatic Colors of #D514BE
Black with #D514BE
Text Example
Text Example
White with #D514BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514BE; }
p { color: rgb(213,20,190); }
H1.HeaderClassName
{
color: #D514BE;
}
.AnyTagClassName
{
color: #D514BE;
}
</style>
background-color css
<style>
a { background-color: #D514BE; }
a { background-color: rgb(213,20,190); }
div.DivClassName
{
background-color: #D514BE;
}
.BgClassName
{
background-color: #D514BE;
}
</style>
border-color css
<style>
span { border-color: #D514BE; }
span { border-color: rgb(213,20,190); }
td.TdClassName
{
border-color: #D514BE;
}
.TagClassName
{
border-color: #D514BE;
}
</style>