Shades of Deep Magenta #D513DB
Tints of Deep Magenta #D513DB
RGB
CMYK
RGB Variations
Color information
#D513DB (or 0xD513DB) is known color: Deep Magenta. HEX triplet: D5, 13 and DB. RGB value is (213,19,219). Sum of RGB (Red+Green+Blue) = 213+19+219=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #D513DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513DB is #2AEC24. Grayscale: #636363. Windows color (decimal): -2812965 or 14357461. OLE color: 14357461.
HSL color Cylindrical-coordinate representation of color #D513DB: hue angle of 298.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513DB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 19 | 219 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.14 |
| HSL | 298.2º | 0.84% | 0.47% | - |
| HSV(B) | 298.2º | 0.91% | 0.86% | - |
| XYZ | 40.46 | 19.73 | 68.69 | - |
| YUV | 99.81 | 195.27 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 219 | 0.03 | 0.91 | 0 | 0.14 | 298.2 | 0.84 | 0.47 |
| Hex | D5 | 13 | DB | 3 | 5B | 0 | E | 12A | 54 | 2F |
| Octal | 325 | 23 | 333 | 3 | 133 | 0 | 16 | 452 | 124 | 57 |
| Binary | 11010101 | 10011 | 11011011 | 11 | 1011011 | 0 | 1110 | 100101010 | 1010100 | 101111 |
Color Harmonies of #D513DB
Complementary color
Monochromatic Colors of #D513DB
Black with #D513DB
Text Example
Text Example
White with #D513DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513DB; }
p { color: rgb(213,19,219); }
H1.HeaderClassName
{
color: #D513DB;
}
.AnyTagClassName
{
color: #D513DB;
}
</style>
background-color css
<style>
a { background-color: #D513DB; }
a { background-color: rgb(213,19,219); }
div.DivClassName
{
background-color: #D513DB;
}
.BgClassName
{
background-color: #D513DB;
}
</style>
border-color css
<style>
span { border-color: #D513DB; }
span { border-color: rgb(213,19,219); }
td.TdClassName
{
border-color: #D513DB;
}
.TagClassName
{
border-color: #D513DB;
}
</style>