Shades of Deep Magenta #DB00CC
Tints of Deep Magenta #DB00CC
RGB
CMYK
RGB Variations
Color information
#DB00CC (or 0xDB00CC) is known color: Deep Magenta. HEX triplet: DB, 00 and CC. RGB value is (219,0,204). Sum of RGB (Red+Green+Blue) = 219+0+204=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00CC is #24FF33. Grayscale: #585858. Windows color (decimal): -2424628 or 13369563. OLE color: 13369563.
HSL color Cylindrical-coordinate representation of color #DB00CC: hue angle of 304.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00CC is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.07 | 0.14 |
| HSL | 304.11º | 1% | 0.43% | - |
| HSV(B) | 304.11º | 1% | 0.86% | - |
| XYZ | 40.11 | 19.42 | 58.76 | - |
| YUV | 88.74 | 193.05 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 204 | 0 | 1 | 0.07 | 0.14 | 304.11 | 1 | 0.43 |
| Hex | DB | 0 | CC | 0 | 64 | 7 | E | 130 | 64 | 2B |
| Octal | 333 | 0 | 314 | 0 | 144 | 7 | 16 | 460 | 144 | 53 |
| Binary | 11011011 | 0 | 11001100 | 0 | 1100100 | 111 | 1110 | 100110000 | 1100100 | 101011 |
Color Harmonies of #DB00CC
Complementary color
Monochromatic Colors of #DB00CC
Black with #DB00CC
Text Example
Text Example
White with #DB00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00CC; }
p { color: rgb(219,0,204); }
H1.HeaderClassName
{
color: #DB00CC;
}
.AnyTagClassName
{
color: #DB00CC;
}
</style>
background-color css
<style>
a { background-color: #DB00CC; }
a { background-color: rgb(219,0,204); }
div.DivClassName
{
background-color: #DB00CC;
}
.BgClassName
{
background-color: #DB00CC;
}
</style>
border-color css
<style>
span { border-color: #DB00CC; }
span { border-color: rgb(219,0,204); }
td.TdClassName
{
border-color: #DB00CC;
}
.TagClassName
{
border-color: #DB00CC;
}
</style>