Shades of Medium Violet Red #DB147E
Tints of Medium Violet Red #DB147E
RGB
CMYK
RGB Variations
Color information
#DB147E (or 0xDB147E) is known color: Medium Violet Red. HEX triplet: DB, 14 and 7E. RGB value is (219,20,126). Sum of RGB (Red+Green+Blue) = 219+20+126=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB147E is #24EB81. Grayscale: #5B5B5B. Windows color (decimal): -2419586 or 8262875. OLE color: 8262875.
HSL color Cylindrical-coordinate representation of color #DB147E: hue angle of 328.04º 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 #DB147E is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.14 |
| HSL | 328.04º | 0.83% | 0.47% | - |
| HSV(B) | 328.04º | 0.91% | 0.86% | - |
| XYZ | 33.23 | 17.07 | 21.28 | - |
| YUV | 91.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 126 | 0 | 0.91 | 0.42 | 0.14 | 328.04 | 0.83 | 0.47 |
| Hex | DB | 14 | 7E | 0 | 5B | 2A | E | 148 | 53 | 2F |
| Octal | 333 | 24 | 176 | 0 | 133 | 52 | 16 | 510 | 123 | 57 |
| Binary | 11011011 | 10100 | 1111110 | 0 | 1011011 | 101010 | 1110 | 101001000 | 1010011 | 101111 |
Color Harmonies of #DB147E
Complementary color
Monochromatic Colors of #DB147E
Black with #DB147E
Text Example
Text Example
White with #DB147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB147E; }
p { color: rgb(219,20,126); }
H1.HeaderClassName
{
color: #DB147E;
}
.AnyTagClassName
{
color: #DB147E;
}
</style>
background-color css
<style>
a { background-color: #DB147E; }
a { background-color: rgb(219,20,126); }
div.DivClassName
{
background-color: #DB147E;
}
.BgClassName
{
background-color: #DB147E;
}
</style>
border-color css
<style>
span { border-color: #DB147E; }
span { border-color: rgb(219,20,126); }
td.TdClassName
{
border-color: #DB147E;
}
.TagClassName
{
border-color: #DB147E;
}
</style>