Shades of Deep Magenta #D314DB
Tints of Deep Magenta #D314DB
RGB
CMYK
RGB Variations
Color information
#D314DB (or 0xD314DB) is known color: Deep Magenta. HEX triplet: D3, 14 and DB. RGB value is (211,20,219). Sum of RGB (Red+Green+Blue) = 211+20+219=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 20 (8.20% from 255 or 4.44% 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 #D314DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314DB is #2CEB24. Grayscale: #636363. Windows color (decimal): -2943781 or 14357715. OLE color: 14357715.
HSL color Cylindrical-coordinate representation of color #D314DB: hue angle of 297.59º degrees, saturation: 0.83, 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 #D314DB is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 20 | 219 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.14 |
| HSL | 297.59º | 0.83% | 0.47% | - |
| HSV(B) | 297.59º | 0.91% | 0.86% | - |
| XYZ | 39.9 | 19.46 | 68.67 | - |
| YUV | 99.8 | 195.28 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 219 | 0.04 | 0.91 | 0 | 0.14 | 297.59 | 0.83 | 0.47 |
| Hex | D3 | 14 | DB | 4 | 5B | 0 | E | 12A | 53 | 2F |
| Octal | 323 | 24 | 333 | 4 | 133 | 0 | 16 | 452 | 123 | 57 |
| Binary | 11010011 | 10100 | 11011011 | 100 | 1011011 | 0 | 1110 | 100101010 | 1010011 | 101111 |
Color Harmonies of #D314DB
Complementary color
Monochromatic Colors of #D314DB
Black with #D314DB
Text Example
Text Example
White with #D314DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D314DB; }
p { color: rgb(211,20,219); }
H1.HeaderClassName
{
color: #D314DB;
}
.AnyTagClassName
{
color: #D314DB;
}
</style>
background-color css
<style>
a { background-color: #D314DB; }
a { background-color: rgb(211,20,219); }
div.DivClassName
{
background-color: #D314DB;
}
.BgClassName
{
background-color: #D314DB;
}
</style>
border-color css
<style>
span { border-color: #D314DB; }
span { border-color: rgb(211,20,219); }
td.TdClassName
{
border-color: #D314DB;
}
.TagClassName
{
border-color: #D314DB;
}
</style>