Shades of Medium Violet Red #DB147B
Tints of Medium Violet Red #DB147B
RGB
CMYK
RGB Variations
Color information
#DB147B (or 0xDB147B) is known color: Medium Violet Red. HEX triplet: DB, 14 and 7B. RGB value is (219,20,123). Sum of RGB (Red+Green+Blue) = 219+20+123=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB147B is #24EB84. Grayscale: #5B5B5B. Windows color (decimal): -2419589 or 8066267. OLE color: 8066267.
HSL color Cylindrical-coordinate representation of color #DB147B: hue angle of 328.94º 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 #DB147B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 123 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.14 |
| HSL | 328.94º | 0.83% | 0.47% | - |
| HSV(B) | 328.94º | 0.91% | 0.86% | - |
| XYZ | 33.04 | 16.99 | 20.28 | - |
| YUV | 91.24 | 145.93 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 123 | 0 | 0.91 | 0.44 | 0.14 | 328.94 | 0.83 | 0.47 |
| Hex | DB | 14 | 7B | 0 | 5B | 2C | E | 149 | 53 | 2F |
| Octal | 333 | 24 | 173 | 0 | 133 | 54 | 16 | 511 | 123 | 57 |
| Binary | 11011011 | 10100 | 1111011 | 0 | 1011011 | 101100 | 1110 | 101001001 | 1010011 | 101111 |
Color Harmonies of #DB147B
Complementary color
Monochromatic Colors of #DB147B
Black with #DB147B
Text Example
Text Example
White with #DB147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB147B; }
p { color: rgb(219,20,123); }
H1.HeaderClassName
{
color: #DB147B;
}
.AnyTagClassName
{
color: #DB147B;
}
</style>
background-color css
<style>
a { background-color: #DB147B; }
a { background-color: rgb(219,20,123); }
div.DivClassName
{
background-color: #DB147B;
}
.BgClassName
{
background-color: #DB147B;
}
</style>
border-color css
<style>
span { border-color: #DB147B; }
span { border-color: rgb(219,20,123); }
td.TdClassName
{
border-color: #DB147B;
}
.TagClassName
{
border-color: #DB147B;
}
</style>