Shades of Pale Violet Red #DB7790
Tints of Pale Violet Red #DB7790
RGB
CMYK
RGB Variations
Color information
#DB7790 (or 0xDB7790) is known color: Pale Violet Red. HEX triplet: DB, 77 and 90. RGB value is (219,119,144). Sum of RGB (Red+Green+Blue) = 219+119+144=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7790 is #24886F. Grayscale: #979797. Windows color (decimal): -2394224 or 9467867. OLE color: 9467867.
HSL color Cylindrical-coordinate representation of color #DB7790: hue angle of 345º 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 #DB7790 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 144 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.14 |
| HSL | 345º | 0.58% | 0.66% | - |
| HSV(B) | 345º | 0.46% | 0.86% | - |
| XYZ | 40.84 | 30.27 | 30.08 | - |
| YUV | 151.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 144 | 0 | 0.46 | 0.34 | 0.14 | 345 | 0.58 | 0.66 |
| Hex | DB | 77 | 90 | 0 | 2E | 22 | E | 159 | 3A | 42 |
| Octal | 333 | 167 | 220 | 0 | 56 | 42 | 16 | 531 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10010000 | 0 | 101110 | 100010 | 1110 | 101011001 | 111010 | 1000010 |
Color Harmonies of #DB7790
Complementary color
Monochromatic Colors of #DB7790
Black with #DB7790
Text Example
Text Example
White with #DB7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7790; }
p { color: rgb(219,119,144); }
H1.HeaderClassName
{
color: #DB7790;
}
.AnyTagClassName
{
color: #DB7790;
}
</style>
background-color css
<style>
a { background-color: #DB7790; }
a { background-color: rgb(219,119,144); }
div.DivClassName
{
background-color: #DB7790;
}
.BgClassName
{
background-color: #DB7790;
}
</style>
border-color css
<style>
span { border-color: #DB7790; }
span { border-color: rgb(219,119,144); }
td.TdClassName
{
border-color: #DB7790;
}
.TagClassName
{
border-color: #DB7790;
}
</style>