Shades of Deep Magenta #DB12DE
Tints of Deep Magenta #DB12DE
RGB
CMYK
RGB Variations
Color information
#DB12DE (or 0xDB12DE) is known color: Deep Magenta. HEX triplet: DB, 12 and DE. RGB value is (219,18,222). Sum of RGB (Red+Green+Blue) = 219+18+222=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB12DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12DE is #24ED21. Grayscale: #646464. Windows color (decimal): -2420002 or 14553819. OLE color: 14553819.
HSL color Cylindrical-coordinate representation of color #DB12DE: hue angle of 299.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12DE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 18 | 222 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.13 |
| HSL | 299.12º | 0.85% | 0.47% | - |
| HSV(B) | 299.12º | 0.92% | 0.87% | - |
| XYZ | 42.61 | 20.77 | 70.87 | - |
| YUV | 101.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 222 | 0.01 | 0.92 | 0 | 0.13 | 299.12 | 0.85 | 0.47 |
| Hex | DB | 12 | DE | 1 | 5C | 0 | D | 12B | 55 | 2F |
| Octal | 333 | 22 | 336 | 1 | 134 | 0 | 15 | 453 | 125 | 57 |
| Binary | 11011011 | 10010 | 11011110 | 1 | 1011100 | 0 | 1101 | 100101011 | 1010101 | 101111 |
Color Harmonies of #DB12DE
Complementary color
Monochromatic Colors of #DB12DE
Black with #DB12DE
Text Example
Text Example
White with #DB12DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12DE; }
p { color: rgb(219,18,222); }
H1.HeaderClassName
{
color: #DB12DE;
}
.AnyTagClassName
{
color: #DB12DE;
}
</style>
background-color css
<style>
a { background-color: #DB12DE; }
a { background-color: rgb(219,18,222); }
div.DivClassName
{
background-color: #DB12DE;
}
.BgClassName
{
background-color: #DB12DE;
}
</style>
border-color css
<style>
span { border-color: #DB12DE; }
span { border-color: rgb(219,18,222); }
td.TdClassName
{
border-color: #DB12DE;
}
.TagClassName
{
border-color: #DB12DE;
}
</style>