Shades of Deep Magenta #DB00CB
Tints of Deep Magenta #DB00CB
RGB
CMYK
RGB Variations
Color information
#DB00CB (or 0xDB00CB) is known color: Deep Magenta. HEX triplet: DB, 00 and CB. RGB value is (219,0,203). Sum of RGB (Red+Green+Blue) = 219+0+203=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00CB is #24FF34. Grayscale: #585858. Windows color (decimal): -2424629 or 13304027. OLE color: 13304027.
HSL color Cylindrical-coordinate representation of color #DB00CB: hue angle of 304.38º 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 #DB00CB is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.07 | 0.14 |
| HSL | 304.38º | 1% | 0.43% | - |
| HSV(B) | 304.38º | 1% | 0.86% | - |
| XYZ | 39.99 | 19.37 | 58.13 | - |
| YUV | 88.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 203 | 0 | 1 | 0.07 | 0.14 | 304.38 | 1 | 0.43 |
| Hex | DB | 0 | CB | 0 | 64 | 7 | E | 130 | 64 | 2B |
| Octal | 333 | 0 | 313 | 0 | 144 | 7 | 16 | 460 | 144 | 53 |
| Binary | 11011011 | 0 | 11001011 | 0 | 1100100 | 111 | 1110 | 100110000 | 1100100 | 101011 |
Color Harmonies of #DB00CB
Complementary color
Monochromatic Colors of #DB00CB
Black with #DB00CB
Text Example
Text Example
White with #DB00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00CB; }
p { color: rgb(219,0,203); }
H1.HeaderClassName
{
color: #DB00CB;
}
.AnyTagClassName
{
color: #DB00CB;
}
</style>
background-color css
<style>
a { background-color: #DB00CB; }
a { background-color: rgb(219,0,203); }
div.DivClassName
{
background-color: #DB00CB;
}
.BgClassName
{
background-color: #DB00CB;
}
</style>
border-color css
<style>
span { border-color: #DB00CB; }
span { border-color: rgb(219,0,203); }
td.TdClassName
{
border-color: #DB00CB;
}
.TagClassName
{
border-color: #DB00CB;
}
</style>