Shades of Medium Violet Red #DB0184
Tints of Medium Violet Red #DB0184
RGB
CMYK
RGB Variations
Color information
#DB0184 (or 0xDB0184) is known color: Medium Violet Red. HEX triplet: DB, 01 and 84. RGB value is (219,1,132). Sum of RGB (Red+Green+Blue) = 219+1+132=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0184 is #24FE7B. Grayscale: #505050. Windows color (decimal): -2424444 or 8651227. OLE color: 8651227.
HSL color Cylindrical-coordinate representation of color #DB0184: hue angle of 323.94º 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 #DB0184 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.14 |
| HSL | 323.94º | 0.99% | 0.43% | - |
| HSV(B) | 323.94º | 1% | 0.86% | - |
| XYZ | 33.39 | 16.75 | 23.3 | - |
| YUV | 81.12 | 156.72 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 132 | 0 | 1.00 | 0.40 | 0.14 | 323.94 | 0.99 | 0.43 |
| Hex | DB | 1 | 84 | 0 | 64 | 28 | E | 144 | 63 | 2B |
| Octal | 333 | 1 | 204 | 0 | 144 | 50 | 16 | 504 | 143 | 53 |
| Binary | 11011011 | 1 | 10000100 | 0 | 1100100 | 101000 | 1110 | 101000100 | 1100011 | 101011 |
Color Harmonies of #DB0184
Complementary color
Monochromatic Colors of #DB0184
Black with #DB0184
Text Example
Text Example
White with #DB0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0184; }
p { color: rgb(219,1,132); }
H1.HeaderClassName
{
color: #DB0184;
}
.AnyTagClassName
{
color: #DB0184;
}
</style>
background-color css
<style>
a { background-color: #DB0184; }
a { background-color: rgb(219,1,132); }
div.DivClassName
{
background-color: #DB0184;
}
.BgClassName
{
background-color: #DB0184;
}
</style>
border-color css
<style>
span { border-color: #DB0184; }
span { border-color: rgb(219,1,132); }
td.TdClassName
{
border-color: #DB0184;
}
.TagClassName
{
border-color: #DB0184;
}
</style>