Shades of Medium Violet Red #DB159C
Tints of Medium Violet Red #DB159C
RGB
CMYK
RGB Variations
Color information
#DB159C (or 0xDB159C) is known color: Medium Violet Red. HEX triplet: DB, 15 and 9C. RGB value is (219,21,156). Sum of RGB (Red+Green+Blue) = 219+21+156=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB159C is #24EA63. Grayscale: #5F5F5F. Windows color (decimal): -2419300 or 10229211. OLE color: 10229211.
HSL color Cylindrical-coordinate representation of color #DB159C: hue angle of 319.09º 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 #DB159C is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 156 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.14 |
| HSL | 319.09º | 0.83% | 0.47% | - |
| HSV(B) | 319.09º | 0.9% | 0.86% | - |
| XYZ | 35.48 | 18 | 33.06 | - |
| YUV | 95.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 156 | 0 | 0.90 | 0.29 | 0.14 | 319.09 | 0.83 | 0.47 |
| Hex | DB | 15 | 9C | 0 | 5A | 1D | E | 13F | 52 | 2F |
| Octal | 333 | 25 | 234 | 0 | 132 | 35 | 16 | 477 | 122 | 57 |
| Binary | 11011011 | 10101 | 10011100 | 0 | 1011010 | 11101 | 1110 | 100111111 | 1010010 | 101111 |
Color Harmonies of #DB159C
Complementary color
Monochromatic Colors of #DB159C
Black with #DB159C
Text Example
Text Example
White with #DB159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB159C; }
p { color: rgb(219,21,156); }
H1.HeaderClassName
{
color: #DB159C;
}
.AnyTagClassName
{
color: #DB159C;
}
</style>
background-color css
<style>
a { background-color: #DB159C; }
a { background-color: rgb(219,21,156); }
div.DivClassName
{
background-color: #DB159C;
}
.BgClassName
{
background-color: #DB159C;
}
</style>
border-color css
<style>
span { border-color: #DB159C; }
span { border-color: rgb(219,21,156); }
td.TdClassName
{
border-color: #DB159C;
}
.TagClassName
{
border-color: #DB159C;
}
</style>