Shades of Medium Violet Red #DB147A
Tints of Medium Violet Red #DB147A
RGB
CMYK
RGB Variations
Color information
#DB147A (or 0xDB147A) is known color: Medium Violet Red. HEX triplet: DB, 14 and 7A. RGB value is (219,20,122). Sum of RGB (Red+Green+Blue) = 219+20+122=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB147A is #24EB85. Grayscale: #5A5A5A. Windows color (decimal): -2419590 or 8000731. OLE color: 8000731.
HSL color Cylindrical-coordinate representation of color #DB147A: hue angle of 329.25º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB147A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 122 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.14 |
| HSL | 329.25º | 0.83% | 0.47% | - |
| HSV(B) | 329.25º | 0.91% | 0.86% | - |
| XYZ | 32.98 | 16.97 | 19.95 | - |
| YUV | 91.13 | 145.43 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 122 | 0 | 0.91 | 0.44 | 0.14 | 329.25 | 0.83 | 0.47 |
| Hex | DB | 14 | 7A | 0 | 5B | 2C | E | 149 | 53 | 2F |
| Octal | 333 | 24 | 172 | 0 | 133 | 54 | 16 | 511 | 123 | 57 |
| Binary | 11011011 | 10100 | 1111010 | 0 | 1011011 | 101100 | 1110 | 101001001 | 1010011 | 101111 |
Color Harmonies of #DB147A
Complementary color
Monochromatic Colors of #DB147A
Black with #DB147A
Text Example
Text Example
White with #DB147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB147A; }
p { color: rgb(219,20,122); }
H1.HeaderClassName
{
color: #DB147A;
}
.AnyTagClassName
{
color: #DB147A;
}
</style>
background-color css
<style>
a { background-color: #DB147A; }
a { background-color: rgb(219,20,122); }
div.DivClassName
{
background-color: #DB147A;
}
.BgClassName
{
background-color: #DB147A;
}
</style>
border-color css
<style>
span { border-color: #DB147A; }
span { border-color: rgb(219,20,122); }
td.TdClassName
{
border-color: #DB147A;
}
.TagClassName
{
border-color: #DB147A;
}
</style>