Shades of Medium Violet Red #DB157F
Tints of Medium Violet Red #DB157F
RGB
CMYK
RGB Variations
Color information
#DB157F (or 0xDB157F) is known color: Medium Violet Red. HEX triplet: DB, 15 and 7F. RGB value is (219,21,127). Sum of RGB (Red+Green+Blue) = 219+21+127=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB157F is #24EA80. Grayscale: #5C5C5C. Windows color (decimal): -2419329 or 8328667. OLE color: 8328667.
HSL color Cylindrical-coordinate representation of color #DB157F: hue angle of 327.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB157F is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 127 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.14 |
| HSL | 327.88º | 0.83% | 0.47% | - |
| HSV(B) | 327.88º | 0.9% | 0.86% | - |
| XYZ | 33.31 | 17.13 | 21.63 | - |
| YUV | 92.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 127 | 0 | 0.90 | 0.42 | 0.14 | 327.88 | 0.83 | 0.47 |
| Hex | DB | 15 | 7F | 0 | 5A | 2A | E | 148 | 52 | 2F |
| Octal | 333 | 25 | 177 | 0 | 132 | 52 | 16 | 510 | 122 | 57 |
| Binary | 11011011 | 10101 | 1111111 | 0 | 1011010 | 101010 | 1110 | 101001000 | 1010010 | 101111 |
Color Harmonies of #DB157F
Complementary color
Monochromatic Colors of #DB157F
Black with #DB157F
Text Example
Text Example
White with #DB157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB157F; }
p { color: rgb(219,21,127); }
H1.HeaderClassName
{
color: #DB157F;
}
.AnyTagClassName
{
color: #DB157F;
}
</style>
background-color css
<style>
a { background-color: #DB157F; }
a { background-color: rgb(219,21,127); }
div.DivClassName
{
background-color: #DB157F;
}
.BgClassName
{
background-color: #DB157F;
}
</style>
border-color css
<style>
span { border-color: #DB157F; }
span { border-color: rgb(219,21,127); }
td.TdClassName
{
border-color: #DB157F;
}
.TagClassName
{
border-color: #DB157F;
}
</style>