Shades of Deep Magenta #D319DB
Tints of Deep Magenta #D319DB
RGB
CMYK
RGB Variations
Color information
#D319DB (or 0xD319DB) is known color: Deep Magenta. HEX triplet: D3, 19 and DB. RGB value is (211,25,219). Sum of RGB (Red+Green+Blue) = 211+25+219=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #D319DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319DB is #2CE624. Grayscale: #666666. Windows color (decimal): -2942501 or 14358995. OLE color: 14358995.
HSL color Cylindrical-coordinate representation of color #D319DB: hue angle of 297.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D319DB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 25 | 219 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.14 |
| HSL | 297.53º | 0.8% | 0.48% | - |
| HSV(B) | 297.53º | 0.89% | 0.86% | - |
| XYZ | 40 | 19.66 | 68.7 | - |
| YUV | 102.73 | 193.62 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 219 | 0.04 | 0.89 | 0 | 0.14 | 297.53 | 0.8 | 0.48 |
| Hex | D3 | 19 | DB | 4 | 59 | 0 | E | 12A | 50 | 30 |
| Octal | 323 | 31 | 333 | 4 | 131 | 0 | 16 | 452 | 120 | 60 |
| Binary | 11010011 | 11001 | 11011011 | 100 | 1011001 | 0 | 1110 | 100101010 | 1010000 | 110000 |
Color Harmonies of #D319DB
Complementary color
Monochromatic Colors of #D319DB
Black with #D319DB
Text Example
Text Example
White with #D319DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319DB; }
p { color: rgb(211,25,219); }
H1.HeaderClassName
{
color: #D319DB;
}
.AnyTagClassName
{
color: #D319DB;
}
</style>
background-color css
<style>
a { background-color: #D319DB; }
a { background-color: rgb(211,25,219); }
div.DivClassName
{
background-color: #D319DB;
}
.BgClassName
{
background-color: #D319DB;
}
</style>
border-color css
<style>
span { border-color: #D319DB; }
span { border-color: rgb(211,25,219); }
td.TdClassName
{
border-color: #D319DB;
}
.TagClassName
{
border-color: #D319DB;
}
</style>