Shades of Medium Violet Red #DB0177
Tints of Medium Violet Red #DB0177
RGB
CMYK
RGB Variations
Color information
#DB0177 (or 0xDB0177) is known color: Medium Violet Red. HEX triplet: DB, 01 and 77. RGB value is (219,1,119). Sum of RGB (Red+Green+Blue) = 219+1+119=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0177 is #24FE88. Grayscale: #4F4F4F. Windows color (decimal): -2424457 or 7799259. OLE color: 7799259.
HSL color Cylindrical-coordinate representation of color #DB0177: hue angle of 327.52º 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 #DB0177 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.14 |
| HSL | 327.52º | 0.99% | 0.43% | - |
| HSV(B) | 327.52º | 1% | 0.86% | - |
| XYZ | 32.55 | 16.41 | 18.91 | - |
| YUV | 79.63 | 150.22 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 119 | 0 | 1.00 | 0.46 | 0.14 | 327.52 | 0.99 | 0.43 |
| Hex | DB | 1 | 77 | 0 | 64 | 2E | E | 148 | 63 | 2B |
| Octal | 333 | 1 | 167 | 0 | 144 | 56 | 16 | 510 | 143 | 53 |
| Binary | 11011011 | 1 | 1110111 | 0 | 1100100 | 101110 | 1110 | 101001000 | 1100011 | 101011 |
Color Harmonies of #DB0177
Complementary color
Monochromatic Colors of #DB0177
Black with #DB0177
Text Example
Text Example
White with #DB0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0177; }
p { color: rgb(219,1,119); }
H1.HeaderClassName
{
color: #DB0177;
}
.AnyTagClassName
{
color: #DB0177;
}
</style>
background-color css
<style>
a { background-color: #DB0177; }
a { background-color: rgb(219,1,119); }
div.DivClassName
{
background-color: #DB0177;
}
.BgClassName
{
background-color: #DB0177;
}
</style>
border-color css
<style>
span { border-color: #DB0177; }
span { border-color: rgb(219,1,119); }
td.TdClassName
{
border-color: #DB0177;
}
.TagClassName
{
border-color: #DB0177;
}
</style>