Shades of Deep Magenta #D512DB
Tints of Deep Magenta #D512DB
RGB
CMYK
RGB Variations
Color information
#D512DB (or 0xD512DB) is known color: Deep Magenta. HEX triplet: D5, 12 and DB. RGB value is (213,18,219). Sum of RGB (Red+Green+Blue) = 213+18+219=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #D512DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512DB is #2AED24. Grayscale: #626262. Windows color (decimal): -2813221 or 14357205. OLE color: 14357205.
HSL color Cylindrical-coordinate representation of color #D512DB: hue angle of 298.21º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512DB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 18 | 219 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.14 |
| HSL | 298.21º | 0.85% | 0.46% | - |
| HSV(B) | 298.21º | 0.92% | 0.86% | - |
| XYZ | 40.44 | 19.69 | 68.69 | - |
| YUV | 99.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 219 | 0.03 | 0.92 | 0 | 0.14 | 298.21 | 0.85 | 0.46 |
| Hex | D5 | 12 | DB | 3 | 5C | 0 | E | 12A | 55 | 2E |
| Octal | 325 | 22 | 333 | 3 | 134 | 0 | 16 | 452 | 125 | 56 |
| Binary | 11010101 | 10010 | 11011011 | 11 | 1011100 | 0 | 1110 | 100101010 | 1010101 | 101110 |
Color Harmonies of #D512DB
Complementary color
Monochromatic Colors of #D512DB
Black with #D512DB
Text Example
Text Example
White with #D512DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512DB; }
p { color: rgb(213,18,219); }
H1.HeaderClassName
{
color: #D512DB;
}
.AnyTagClassName
{
color: #D512DB;
}
</style>
background-color css
<style>
a { background-color: #D512DB; }
a { background-color: rgb(213,18,219); }
div.DivClassName
{
background-color: #D512DB;
}
.BgClassName
{
background-color: #D512DB;
}
</style>
border-color css
<style>
span { border-color: #D512DB; }
span { border-color: rgb(213,18,219); }
td.TdClassName
{
border-color: #D512DB;
}
.TagClassName
{
border-color: #D512DB;
}
</style>