Shades of Pale Violet Red #DB7B9B
Tints of Pale Violet Red #DB7B9B
RGB
CMYK
RGB Variations
Color information
#DB7B9B (or 0xDB7B9B) is known color: Pale Violet Red. HEX triplet: DB, 7B and 9B. RGB value is (219,123,155). Sum of RGB (Red+Green+Blue) = 219+123+155=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B9B is #248464. Grayscale: #9B9B9B. Windows color (decimal): -2393189 or 10189787. OLE color: 10189787.
HSL color Cylindrical-coordinate representation of color #DB7B9B: hue angle of 340º 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 #DB7B9B is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 155 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.14 |
| HSL | 340º | 0.57% | 0.67% | - |
| HSV(B) | 340º | 0.44% | 0.86% | - |
| XYZ | 42.21 | 31.59 | 34.88 | - |
| YUV | 155.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 155 | 0 | 0.44 | 0.29 | 0.14 | 340 | 0.57 | 0.67 |
| Hex | DB | 7B | 9B | 0 | 2C | 1D | E | 154 | 39 | 43 |
| Octal | 333 | 173 | 233 | 0 | 54 | 35 | 16 | 524 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10011011 | 0 | 101100 | 11101 | 1110 | 101010100 | 111001 | 1000011 |
Color Harmonies of #DB7B9B
Complementary color
Monochromatic Colors of #DB7B9B
Black with #DB7B9B
Text Example
Text Example
White with #DB7B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B9B; }
p { color: rgb(219,123,155); }
H1.HeaderClassName
{
color: #DB7B9B;
}
.AnyTagClassName
{
color: #DB7B9B;
}
</style>
background-color css
<style>
a { background-color: #DB7B9B; }
a { background-color: rgb(219,123,155); }
div.DivClassName
{
background-color: #DB7B9B;
}
.BgClassName
{
background-color: #DB7B9B;
}
</style>
border-color css
<style>
span { border-color: #DB7B9B; }
span { border-color: rgb(219,123,155); }
td.TdClassName
{
border-color: #DB7B9B;
}
.TagClassName
{
border-color: #DB7B9B;
}
</style>