Shades of Pale Violet Red #DB7B96
Tints of Pale Violet Red #DB7B96
RGB
CMYK
RGB Variations
Color information
#DB7B96 (or 0xDB7B96) is known color: Pale Violet Red. HEX triplet: DB, 7B and 96. RGB value is (219,123,150). Sum of RGB (Red+Green+Blue) = 219+123+150=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B96 is #248469. Grayscale: #9A9A9A. Windows color (decimal): -2393194 or 9862107. OLE color: 9862107.
HSL color Cylindrical-coordinate representation of color #DB7B96: hue angle of 343.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7B96 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 150 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.14 |
| HSL | 343.13º | 0.57% | 0.67% | - |
| HSV(B) | 343.13º | 0.44% | 0.86% | - |
| XYZ | 41.8 | 31.43 | 32.72 | - |
| YUV | 154.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 150 | 0 | 0.44 | 0.32 | 0.14 | 343.13 | 0.57 | 0.67 |
| Hex | DB | 7B | 96 | 0 | 2C | 20 | E | 157 | 39 | 43 |
| Octal | 333 | 173 | 226 | 0 | 54 | 40 | 16 | 527 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10010110 | 0 | 101100 | 100000 | 1110 | 101010111 | 111001 | 1000011 |
Color Harmonies of #DB7B96
Complementary color
Monochromatic Colors of #DB7B96
Black with #DB7B96
Text Example
Text Example
White with #DB7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B96; }
p { color: rgb(219,123,150); }
H1.HeaderClassName
{
color: #DB7B96;
}
.AnyTagClassName
{
color: #DB7B96;
}
</style>
background-color css
<style>
a { background-color: #DB7B96; }
a { background-color: rgb(219,123,150); }
div.DivClassName
{
background-color: #DB7B96;
}
.BgClassName
{
background-color: #DB7B96;
}
</style>
border-color css
<style>
span { border-color: #DB7B96; }
span { border-color: rgb(219,123,150); }
td.TdClassName
{
border-color: #DB7B96;
}
.TagClassName
{
border-color: #DB7B96;
}
</style>