Shades of Medium Violet Red #DB008E
Tints of Medium Violet Red #DB008E
RGB
CMYK
RGB Variations
Color information
#DB008E (or 0xDB008E) is known color: Medium Violet Red. HEX triplet: DB, 00 and 8E. RGB value is (219,0,142). Sum of RGB (Red+Green+Blue) = 219+0+142=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB008E is #24FF71. Grayscale: #515151. Windows color (decimal): -2424690 or 9306331. OLE color: 9306331.
HSL color Cylindrical-coordinate representation of color #DB008E: hue angle of 321.1º 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 #DB008E is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.35 | 0.14 |
| HSL | 321.1º | 1% | 0.43% | - |
| HSV(B) | 321.1º | 1% | 0.86% | - |
| XYZ | 34.1 | 17.01 | 27.08 | - |
| YUV | 81.67 | 162.05 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 142 | 0 | 1 | 0.35 | 0.14 | 321.1 | 1 | 0.43 |
| Hex | DB | 0 | 8E | 0 | 64 | 23 | E | 141 | 64 | 2B |
| Octal | 333 | 0 | 216 | 0 | 144 | 43 | 16 | 501 | 144 | 53 |
| Binary | 11011011 | 0 | 10001110 | 0 | 1100100 | 100011 | 1110 | 101000001 | 1100100 | 101011 |
Color Harmonies of #DB008E
Complementary color
Monochromatic Colors of #DB008E
Black with #DB008E
Text Example
Text Example
White with #DB008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB008E; }
p { color: rgb(219,0,142); }
H1.HeaderClassName
{
color: #DB008E;
}
.AnyTagClassName
{
color: #DB008E;
}
</style>
background-color css
<style>
a { background-color: #DB008E; }
a { background-color: rgb(219,0,142); }
div.DivClassName
{
background-color: #DB008E;
}
.BgClassName
{
background-color: #DB008E;
}
</style>
border-color css
<style>
span { border-color: #DB008E; }
span { border-color: rgb(219,0,142); }
td.TdClassName
{
border-color: #DB008E;
}
.TagClassName
{
border-color: #DB008E;
}
</style>