Shades of Deep Magenta #D515DB
Tints of Deep Magenta #D515DB
RGB
CMYK
RGB Variations
Color information
#D515DB (or 0xD515DB) is known color: Deep Magenta. HEX triplet: D5, 15 and DB. RGB value is (213,21,219). Sum of RGB (Red+Green+Blue) = 213+21+219=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #D515DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515DB is #2AEA24. Grayscale: #646464. Windows color (decimal): -2812453 or 14357973. OLE color: 14357973.
HSL color Cylindrical-coordinate representation of color #D515DB: hue angle of 298.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D515DB is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 21 | 219 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.14 |
| HSL | 298.18º | 0.83% | 0.47% | - |
| HSV(B) | 298.18º | 0.9% | 0.86% | - |
| XYZ | 40.49 | 19.8 | 68.7 | - |
| YUV | 100.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 219 | 0.03 | 0.90 | 0 | 0.14 | 298.18 | 0.83 | 0.47 |
| Hex | D5 | 15 | DB | 3 | 5A | 0 | E | 12A | 52 | 2F |
| Octal | 325 | 25 | 333 | 3 | 132 | 0 | 16 | 452 | 122 | 57 |
| Binary | 11010101 | 10101 | 11011011 | 11 | 1011010 | 0 | 1110 | 100101010 | 1010010 | 101111 |
Color Harmonies of #D515DB
Complementary color
Monochromatic Colors of #D515DB
Black with #D515DB
Text Example
Text Example
White with #D515DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515DB; }
p { color: rgb(213,21,219); }
H1.HeaderClassName
{
color: #D515DB;
}
.AnyTagClassName
{
color: #D515DB;
}
</style>
background-color css
<style>
a { background-color: #D515DB; }
a { background-color: rgb(213,21,219); }
div.DivClassName
{
background-color: #D515DB;
}
.BgClassName
{
background-color: #D515DB;
}
</style>
border-color css
<style>
span { border-color: #D515DB; }
span { border-color: rgb(213,21,219); }
td.TdClassName
{
border-color: #D515DB;
}
.TagClassName
{
border-color: #D515DB;
}
</style>