Shades of Deep Magenta #D410DB
Tints of Deep Magenta #D410DB
RGB
CMYK
RGB Variations
Color information
#D410DB (or 0xD410DB) is known color: Deep Magenta. HEX triplet: D4, 10 and DB. RGB value is (212,16,219). Sum of RGB (Red+Green+Blue) = 212+16+219=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #D410DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410DB is #2BEF24. Grayscale: #616161. Windows color (decimal): -2879269 or 14356692. OLE color: 14356692.
HSL color Cylindrical-coordinate representation of color #D410DB: hue angle of 297.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D410DB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 16 | 219 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.14 |
| HSL | 297.93º | 0.86% | 0.46% | - |
| HSV(B) | 297.93º | 0.93% | 0.86% | - |
| XYZ | 40.12 | 19.48 | 68.66 | - |
| YUV | 97.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 219 | 0.03 | 0.93 | 0 | 0.14 | 297.93 | 0.86 | 0.46 |
| Hex | D4 | 10 | DB | 3 | 5D | 0 | E | 12A | 56 | 2E |
| Octal | 324 | 20 | 333 | 3 | 135 | 0 | 16 | 452 | 126 | 56 |
| Binary | 11010100 | 10000 | 11011011 | 11 | 1011101 | 0 | 1110 | 100101010 | 1010110 | 101110 |
Color Harmonies of #D410DB
Complementary color
Monochromatic Colors of #D410DB
Black with #D410DB
Text Example
Text Example
White with #D410DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410DB; }
p { color: rgb(212,16,219); }
H1.HeaderClassName
{
color: #D410DB;
}
.AnyTagClassName
{
color: #D410DB;
}
</style>
background-color css
<style>
a { background-color: #D410DB; }
a { background-color: rgb(212,16,219); }
div.DivClassName
{
background-color: #D410DB;
}
.BgClassName
{
background-color: #D410DB;
}
</style>
border-color css
<style>
span { border-color: #D410DB; }
span { border-color: rgb(212,16,219); }
td.TdClassName
{
border-color: #D410DB;
}
.TagClassName
{
border-color: #D410DB;
}
</style>