Shades of Deep Magenta #D513BE
Tints of Deep Magenta #D513BE
RGB
CMYK
RGB Variations
Color information
#D513BE (or 0xD513BE) is known color: Deep Magenta. HEX triplet: D5, 13 and BE. RGB value is (213,19,190). Sum of RGB (Red+Green+Blue) = 213+19+190=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D513BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513BE is #2AEC41. Grayscale: #606060. Windows color (decimal): -2812994 or 12456917. OLE color: 12456917.
HSL color Cylindrical-coordinate representation of color #D513BE: hue angle of 307.11º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513BE is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 190 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.16 |
| HSL | 307.11º | 0.84% | 0.45% | - |
| HSV(B) | 307.11º | 0.91% | 0.84% | - |
| XYZ | 36.97 | 18.33 | 50.3 | - |
| YUV | 96.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 190 | 0 | 0.91 | 0.11 | 0.16 | 307.11 | 0.84 | 0.45 |
| Hex | D5 | 13 | BE | 0 | 5B | B | 10 | 133 | 54 | 2D |
| Octal | 325 | 23 | 276 | 0 | 133 | 13 | 20 | 463 | 124 | 55 |
| Binary | 11010101 | 10011 | 10111110 | 0 | 1011011 | 1011 | 10000 | 100110011 | 1010100 | 101101 |
Color Harmonies of #D513BE
Complementary color
Monochromatic Colors of #D513BE
Black with #D513BE
Text Example
Text Example
White with #D513BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513BE; }
p { color: rgb(213,19,190); }
H1.HeaderClassName
{
color: #D513BE;
}
.AnyTagClassName
{
color: #D513BE;
}
</style>
background-color css
<style>
a { background-color: #D513BE; }
a { background-color: rgb(213,19,190); }
div.DivClassName
{
background-color: #D513BE;
}
.BgClassName
{
background-color: #D513BE;
}
</style>
border-color css
<style>
span { border-color: #D513BE; }
span { border-color: rgb(213,19,190); }
td.TdClassName
{
border-color: #D513BE;
}
.TagClassName
{
border-color: #D513BE;
}
</style>