Shades of Pale Violet Red #DB7798
Tints of Pale Violet Red #DB7798
RGB
CMYK
RGB Variations
Color information
#DB7798 (or 0xDB7798) is known color: Pale Violet Red. HEX triplet: DB, 77 and 98. RGB value is (219,119,152). Sum of RGB (Red+Green+Blue) = 219+119+152=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7798 is #248867. Grayscale: #989898. Windows color (decimal): -2394216 or 9992155. OLE color: 9992155.
HSL color Cylindrical-coordinate representation of color #DB7798: hue angle of 340.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7798 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 152 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.14 |
| HSL | 340.2º | 0.58% | 0.66% | - |
| HSV(B) | 340.2º | 0.46% | 0.86% | - |
| XYZ | 41.48 | 30.52 | 33.41 | - |
| YUV | 152.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 152 | 0 | 0.46 | 0.31 | 0.14 | 340.2 | 0.58 | 0.66 |
| Hex | DB | 77 | 98 | 0 | 2E | 1F | E | 154 | 3A | 42 |
| Octal | 333 | 167 | 230 | 0 | 56 | 37 | 16 | 524 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10011000 | 0 | 101110 | 11111 | 1110 | 101010100 | 111010 | 1000010 |
Color Harmonies of #DB7798
Complementary color
Monochromatic Colors of #DB7798
Black with #DB7798
Text Example
Text Example
White with #DB7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7798; }
p { color: rgb(219,119,152); }
H1.HeaderClassName
{
color: #DB7798;
}
.AnyTagClassName
{
color: #DB7798;
}
</style>
background-color css
<style>
a { background-color: #DB7798; }
a { background-color: rgb(219,119,152); }
div.DivClassName
{
background-color: #DB7798;
}
.BgClassName
{
background-color: #DB7798;
}
</style>
border-color css
<style>
span { border-color: #DB7798; }
span { border-color: rgb(219,119,152); }
td.TdClassName
{
border-color: #DB7798;
}
.TagClassName
{
border-color: #DB7798;
}
</style>