Shades of Deep Magenta #DB01CC
Tints of Deep Magenta #DB01CC
RGB
CMYK
RGB Variations
Color information
#DB01CC (or 0xDB01CC) is known color: Deep Magenta. HEX triplet: DB, 01 and CC. RGB value is (219,1,204). Sum of RGB (Red+Green+Blue) = 219+1+204=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01CC is #24FE33. Grayscale: #585858. Windows color (decimal): -2424372 or 13369819. OLE color: 13369819.
HSL color Cylindrical-coordinate representation of color #DB01CC: hue angle of 304.13º 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 #DB01CC is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.14 |
| HSL | 304.13º | 0.99% | 0.43% | - |
| HSV(B) | 304.13º | 1% | 0.86% | - |
| XYZ | 40.12 | 19.44 | 58.76 | - |
| YUV | 89.32 | 192.72 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 204 | 0 | 1.00 | 0.07 | 0.14 | 304.13 | 0.99 | 0.43 |
| Hex | DB | 1 | CC | 0 | 64 | 7 | E | 130 | 63 | 2B |
| Octal | 333 | 1 | 314 | 0 | 144 | 7 | 16 | 460 | 143 | 53 |
| Binary | 11011011 | 1 | 11001100 | 0 | 1100100 | 111 | 1110 | 100110000 | 1100011 | 101011 |
Color Harmonies of #DB01CC
Complementary color
Monochromatic Colors of #DB01CC
Black with #DB01CC
Text Example
Text Example
White with #DB01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01CC; }
p { color: rgb(219,1,204); }
H1.HeaderClassName
{
color: #DB01CC;
}
.AnyTagClassName
{
color: #DB01CC;
}
</style>
background-color css
<style>
a { background-color: #DB01CC; }
a { background-color: rgb(219,1,204); }
div.DivClassName
{
background-color: #DB01CC;
}
.BgClassName
{
background-color: #DB01CC;
}
</style>
border-color css
<style>
span { border-color: #DB01CC; }
span { border-color: rgb(219,1,204); }
td.TdClassName
{
border-color: #DB01CC;
}
.TagClassName
{
border-color: #DB01CC;
}
</style>