Shades of Deep Magenta #DB01BC
Tints of Deep Magenta #DB01BC
RGB
CMYK
RGB Variations
Color information
#DB01BC (or 0xDB01BC) is known color: Deep Magenta. HEX triplet: DB, 01 and BC. RGB value is (219,1,188). Sum of RGB (Red+Green+Blue) = 219+1+188=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01BC is #24FE43. Grayscale: #565656. Windows color (decimal): -2424388 or 12321243. OLE color: 12321243.
HSL color Cylindrical-coordinate representation of color #DB01BC: hue angle of 308.53º 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 #DB01BC is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.14 |
| HSL | 308.53º | 0.99% | 0.43% | - |
| HSV(B) | 308.53º | 1% | 0.86% | - |
| XYZ | 38.3 | 18.71 | 49.17 | - |
| YUV | 87.5 | 184.72 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 188 | 0 | 1.00 | 0.14 | 0.14 | 308.53 | 0.99 | 0.43 |
| Hex | DB | 1 | BC | 0 | 64 | E | E | 135 | 63 | 2B |
| Octal | 333 | 1 | 274 | 0 | 144 | 16 | 16 | 465 | 143 | 53 |
| Binary | 11011011 | 1 | 10111100 | 0 | 1100100 | 1110 | 1110 | 100110101 | 1100011 | 101011 |
Color Harmonies of #DB01BC
Complementary color
Monochromatic Colors of #DB01BC
Black with #DB01BC
Text Example
Text Example
White with #DB01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01BC; }
p { color: rgb(219,1,188); }
H1.HeaderClassName
{
color: #DB01BC;
}
.AnyTagClassName
{
color: #DB01BC;
}
</style>
background-color css
<style>
a { background-color: #DB01BC; }
a { background-color: rgb(219,1,188); }
div.DivClassName
{
background-color: #DB01BC;
}
.BgClassName
{
background-color: #DB01BC;
}
</style>
border-color css
<style>
span { border-color: #DB01BC; }
span { border-color: rgb(219,1,188); }
td.TdClassName
{
border-color: #DB01BC;
}
.TagClassName
{
border-color: #DB01BC;
}
</style>