Shades of Deep Magenta #DB01CE
Tints of Deep Magenta #DB01CE
RGB
CMYK
RGB Variations
Color information
#DB01CE (or 0xDB01CE) is known color: Deep Magenta. HEX triplet: DB, 01 and CE. RGB value is (219,1,206). Sum of RGB (Red+Green+Blue) = 219+1+206=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01CE is #24FE31. Grayscale: #585858. Windows color (decimal): -2424370 or 13500891. OLE color: 13500891.
HSL color Cylindrical-coordinate representation of color #DB01CE: hue angle of 303.58º 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 #DB01CE is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.14 |
| HSL | 303.58º | 0.99% | 0.43% | - |
| HSV(B) | 303.58º | 1% | 0.86% | - |
| XYZ | 40.36 | 19.54 | 60.04 | - |
| YUV | 89.55 | 193.72 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 206 | 0 | 1.00 | 0.06 | 0.14 | 303.58 | 0.99 | 0.43 |
| Hex | DB | 1 | CE | 0 | 64 | 6 | E | 130 | 63 | 2B |
| Octal | 333 | 1 | 316 | 0 | 144 | 6 | 16 | 460 | 143 | 53 |
| Binary | 11011011 | 1 | 11001110 | 0 | 1100100 | 110 | 1110 | 100110000 | 1100011 | 101011 |
Color Harmonies of #DB01CE
Complementary color
Monochromatic Colors of #DB01CE
Black with #DB01CE
Text Example
Text Example
White with #DB01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01CE; }
p { color: rgb(219,1,206); }
H1.HeaderClassName
{
color: #DB01CE;
}
.AnyTagClassName
{
color: #DB01CE;
}
</style>
background-color css
<style>
a { background-color: #DB01CE; }
a { background-color: rgb(219,1,206); }
div.DivClassName
{
background-color: #DB01CE;
}
.BgClassName
{
background-color: #DB01CE;
}
</style>
border-color css
<style>
span { border-color: #DB01CE; }
span { border-color: rgb(219,1,206); }
td.TdClassName
{
border-color: #DB01CE;
}
.TagClassName
{
border-color: #DB01CE;
}
</style>