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