Shades of Deep Magenta #D414DB
Tints of Deep Magenta #D414DB
RGB
CMYK
RGB Variations
Color information
#D414DB (or 0xD414DB) is known color: Deep Magenta. HEX triplet: D4, 14 and DB. RGB value is (212,20,219). Sum of RGB (Red+Green+Blue) = 212+20+219=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 20 (8.20% from 255 or 4.43% 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 #D414DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414DB is #2BEB24. Grayscale: #636363. Windows color (decimal): -2878245 or 14357716. OLE color: 14357716.
HSL color Cylindrical-coordinate representation of color #D414DB: hue angle of 297.89º 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 #D414DB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 20 | 219 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.14 |
| HSL | 297.89º | 0.83% | 0.47% | - |
| HSV(B) | 297.89º | 0.91% | 0.86% | - |
| XYZ | 40.19 | 19.61 | 68.69 | - |
| YUV | 100.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 219 | 0.03 | 0.91 | 0 | 0.14 | 297.89 | 0.83 | 0.47 |
| Hex | D4 | 14 | DB | 3 | 5B | 0 | E | 12A | 53 | 2F |
| Octal | 324 | 24 | 333 | 3 | 133 | 0 | 16 | 452 | 123 | 57 |
| Binary | 11010100 | 10100 | 11011011 | 11 | 1011011 | 0 | 1110 | 100101010 | 1010011 | 101111 |
Color Harmonies of #D414DB
Complementary color
Monochromatic Colors of #D414DB
Black with #D414DB
Text Example
Text Example
White with #D414DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D414DB; }
p { color: rgb(212,20,219); }
H1.HeaderClassName
{
color: #D414DB;
}
.AnyTagClassName
{
color: #D414DB;
}
</style>
background-color css
<style>
a { background-color: #D414DB; }
a { background-color: rgb(212,20,219); }
div.DivClassName
{
background-color: #D414DB;
}
.BgClassName
{
background-color: #D414DB;
}
</style>
border-color css
<style>
span { border-color: #D414DB; }
span { border-color: rgb(212,20,219); }
td.TdClassName
{
border-color: #D414DB;
}
.TagClassName
{
border-color: #D414DB;
}
</style>