Shades of Pale Violet Red #DB778F
Tints of Pale Violet Red #DB778F
RGB
CMYK
RGB Variations
Color information
#DB778F (or 0xDB778F) is known color: Pale Violet Red. HEX triplet: DB, 77 and 8F. RGB value is (219,119,143). Sum of RGB (Red+Green+Blue) = 219+119+143=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB778F is #248870. Grayscale: #979797. Windows color (decimal): -2394225 or 9402331. OLE color: 9402331.
HSL color Cylindrical-coordinate representation of color #DB778F: hue angle of 345.6º 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 #DB778F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 143 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.14 |
| HSL | 345.6º | 0.58% | 0.66% | - |
| HSV(B) | 345.6º | 0.46% | 0.86% | - |
| XYZ | 40.77 | 30.24 | 29.67 | - |
| YUV | 151.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 143 | 0 | 0.46 | 0.35 | 0.14 | 345.6 | 0.58 | 0.66 |
| Hex | DB | 77 | 8F | 0 | 2E | 23 | E | 15A | 3A | 42 |
| Octal | 333 | 167 | 217 | 0 | 56 | 43 | 16 | 532 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10001111 | 0 | 101110 | 100011 | 1110 | 101011010 | 111010 | 1000010 |
Color Harmonies of #DB778F
Complementary color
Monochromatic Colors of #DB778F
Black with #DB778F
Text Example
Text Example
White with #DB778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB778F; }
p { color: rgb(219,119,143); }
H1.HeaderClassName
{
color: #DB778F;
}
.AnyTagClassName
{
color: #DB778F;
}
</style>
background-color css
<style>
a { background-color: #DB778F; }
a { background-color: rgb(219,119,143); }
div.DivClassName
{
background-color: #DB778F;
}
.BgClassName
{
background-color: #DB778F;
}
</style>
border-color css
<style>
span { border-color: #DB778F; }
span { border-color: rgb(219,119,143); }
td.TdClassName
{
border-color: #DB778F;
}
.TagClassName
{
border-color: #DB778F;
}
</style>