Shades of Deep Magenta #DB01DF
Tints of Deep Magenta #DB01DF
RGB
CMYK
RGB Variations
Color information
#DB01DF (or 0xDB01DF) is known color: Deep Magenta. HEX triplet: DB, 01 and DF. RGB value is (219,1,223). Sum of RGB (Red+Green+Blue) = 219+1+223=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01DF is #24FE20. Grayscale: #5A5A5A. Windows color (decimal): -2424353 or 14615003. OLE color: 14615003.
HSL color Cylindrical-coordinate representation of color #DB01DF: hue angle of 298.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01DF is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 1 | 223 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.13 |
| HSL | 298.92º | 0.99% | 0.44% | - |
| HSV(B) | 298.92º | 1% | 0.87% | - |
| XYZ | 42.54 | 20.41 | 71.51 | - |
| YUV | 91.49 | 202.22 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 223 | 0.02 | 1.00 | 0 | 0.13 | 298.92 | 0.99 | 0.44 |
| Hex | DB | 1 | DF | 2 | 64 | 0 | D | 12B | 63 | 2C |
| Octal | 333 | 1 | 337 | 2 | 144 | 0 | 15 | 453 | 143 | 54 |
| Binary | 11011011 | 1 | 11011111 | 10 | 1100100 | 0 | 1101 | 100101011 | 1100011 | 101100 |
Color Harmonies of #DB01DF
Complementary color
Monochromatic Colors of #DB01DF
Black with #DB01DF
Text Example
Text Example
White with #DB01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01DF; }
p { color: rgb(219,1,223); }
H1.HeaderClassName
{
color: #DB01DF;
}
.AnyTagClassName
{
color: #DB01DF;
}
</style>
background-color css
<style>
a { background-color: #DB01DF; }
a { background-color: rgb(219,1,223); }
div.DivClassName
{
background-color: #DB01DF;
}
.BgClassName
{
background-color: #DB01DF;
}
</style>
border-color css
<style>
span { border-color: #DB01DF; }
span { border-color: rgb(219,1,223); }
td.TdClassName
{
border-color: #DB01DF;
}
.TagClassName
{
border-color: #DB01DF;
}
</style>