Shades of Deep Magenta #D412DB
Tints of Deep Magenta #D412DB
RGB
CMYK
RGB Variations
Color information
#D412DB (or 0xD412DB) is known color: Deep Magenta. HEX triplet: D4, 12 and DB. RGB value is (212,18,219). Sum of RGB (Red+Green+Blue) = 212+18+219=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D412DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412DB is #2BED24. Grayscale: #626262. Windows color (decimal): -2878757 or 14357204. OLE color: 14357204.
HSL color Cylindrical-coordinate representation of color #D412DB: hue angle of 297.91º 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 #D412DB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 18 | 219 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.14 |
| HSL | 297.91º | 0.85% | 0.46% | - |
| HSV(B) | 297.91º | 0.92% | 0.86% | - |
| XYZ | 40.15 | 19.54 | 68.67 | - |
| YUV | 98.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 219 | 0.03 | 0.92 | 0 | 0.14 | 297.91 | 0.85 | 0.46 |
| Hex | D4 | 12 | DB | 3 | 5C | 0 | E | 12A | 55 | 2E |
| Octal | 324 | 22 | 333 | 3 | 134 | 0 | 16 | 452 | 125 | 56 |
| Binary | 11010100 | 10010 | 11011011 | 11 | 1011100 | 0 | 1110 | 100101010 | 1010101 | 101110 |
Color Harmonies of #D412DB
Complementary color
Monochromatic Colors of #D412DB
Black with #D412DB
Text Example
Text Example
White with #D412DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D412DB; }
p { color: rgb(212,18,219); }
H1.HeaderClassName
{
color: #D412DB;
}
.AnyTagClassName
{
color: #D412DB;
}
</style>
background-color css
<style>
a { background-color: #D412DB; }
a { background-color: rgb(212,18,219); }
div.DivClassName
{
background-color: #D412DB;
}
.BgClassName
{
background-color: #D412DB;
}
</style>
border-color css
<style>
span { border-color: #D412DB; }
span { border-color: rgb(212,18,219); }
td.TdClassName
{
border-color: #D412DB;
}
.TagClassName
{
border-color: #D412DB;
}
</style>