Shades of Deep Magenta #DB01D4
Tints of Deep Magenta #DB01D4
RGB
CMYK
RGB Variations
Color information
#DB01D4 (or 0xDB01D4) is known color: Deep Magenta. HEX triplet: DB, 01 and D4. RGB value is (219,1,212). Sum of RGB (Red+Green+Blue) = 219+1+212=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 212 (83.20% from 255 or 49.07% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01D4 is #24FE2B. Grayscale: #595959. Windows color (decimal): -2424364 or 13894107. OLE color: 13894107.
HSL color Cylindrical-coordinate representation of color #DB01D4: hue angle of 301.93º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01D4 is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 212 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.14 |
| HSL | 301.93º | 0.99% | 0.43% | - |
| HSV(B) | 301.93º | 1% | 0.86% | - |
| XYZ | 41.11 | 19.84 | 63.95 | - |
| YUV | 90.24 | 196.72 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 212 | 0 | 1.00 | 0.03 | 0.14 | 301.93 | 0.99 | 0.43 |
| Hex | DB | 1 | D4 | 0 | 64 | 3 | E | 12E | 63 | 2B |
| Octal | 333 | 1 | 324 | 0 | 144 | 3 | 16 | 456 | 143 | 53 |
| Binary | 11011011 | 1 | 11010100 | 0 | 1100100 | 11 | 1110 | 100101110 | 1100011 | 101011 |
Color Harmonies of #DB01D4
Complementary color
Monochromatic Colors of #DB01D4
Black with #DB01D4
Text Example
Text Example
White with #DB01D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01D4; }
p { color: rgb(219,1,212); }
H1.HeaderClassName
{
color: #DB01D4;
}
.AnyTagClassName
{
color: #DB01D4;
}
</style>
background-color css
<style>
a { background-color: #DB01D4; }
a { background-color: rgb(219,1,212); }
div.DivClassName
{
background-color: #DB01D4;
}
.BgClassName
{
background-color: #DB01D4;
}
</style>
border-color css
<style>
span { border-color: #DB01D4; }
span { border-color: rgb(219,1,212); }
td.TdClassName
{
border-color: #DB01D4;
}
.TagClassName
{
border-color: #DB01D4;
}
</style>