Shades of Pale Violet Red #DB7B9A
Tints of Pale Violet Red #DB7B9A
RGB
CMYK
RGB Variations
Color information
#DB7B9A (or 0xDB7B9A) is known color: Pale Violet Red. HEX triplet: DB, 7B and 9A. RGB value is (219,123,154). Sum of RGB (Red+Green+Blue) = 219+123+154=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B9A is #248465. Grayscale: #9B9B9B. Windows color (decimal): -2393190 or 10124251. OLE color: 10124251.
HSL color Cylindrical-coordinate representation of color #DB7B9A: hue angle of 340.62º 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 #DB7B9A is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 154 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.14 |
| HSL | 340.63º | 0.57% | 0.67% | - |
| HSV(B) | 340.63º | 0.44% | 0.86% | - |
| XYZ | 42.13 | 31.56 | 34.44 | - |
| YUV | 155.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 154 | 0 | 0.44 | 0.30 | 0.14 | 340.63 | 0.57 | 0.67 |
| Hex | DB | 7B | 9A | 0 | 2C | 1E | E | 155 | 39 | 43 |
| Octal | 333 | 173 | 232 | 0 | 54 | 36 | 16 | 525 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10011010 | 0 | 101100 | 11110 | 1110 | 101010101 | 111001 | 1000011 |
Color Harmonies of #DB7B9A
Complementary color
Monochromatic Colors of #DB7B9A
Black with #DB7B9A
Text Example
Text Example
White with #DB7B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B9A; }
p { color: rgb(219,123,154); }
H1.HeaderClassName
{
color: #DB7B9A;
}
.AnyTagClassName
{
color: #DB7B9A;
}
</style>
background-color css
<style>
a { background-color: #DB7B9A; }
a { background-color: rgb(219,123,154); }
div.DivClassName
{
background-color: #DB7B9A;
}
.BgClassName
{
background-color: #DB7B9A;
}
</style>
border-color css
<style>
span { border-color: #DB7B9A; }
span { border-color: rgb(219,123,154); }
td.TdClassName
{
border-color: #DB7B9A;
}
.TagClassName
{
border-color: #DB7B9A;
}
</style>