Shades of Pale Violet Red #DB77AC
Tints of Pale Violet Red #DB77AC
RGB
CMYK
RGB Variations
Color information
#DB77AC (or 0xDB77AC) is known color: Pale Violet Red. HEX triplet: DB, 77 and AC. RGB value is (219,119,172). Sum of RGB (Red+Green+Blue) = 219+119+172=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77AC is #248853. Grayscale: #9A9A9A. Windows color (decimal): -2394196 or 11302875. OLE color: 11302875.
HSL color Cylindrical-coordinate representation of color #DB77AC: hue angle of 328.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 #DB77AC is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 172 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.14 |
| HSL | 328.2º | 0.58% | 0.66% | - |
| HSV(B) | 328.2º | 0.46% | 0.86% | - |
| XYZ | 43.26 | 31.23 | 42.78 | - |
| YUV | 154.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 172 | 0 | 0.46 | 0.21 | 0.14 | 328.2 | 0.58 | 0.66 |
| Hex | DB | 77 | AC | 0 | 2E | 15 | E | 148 | 3A | 42 |
| Octal | 333 | 167 | 254 | 0 | 56 | 25 | 16 | 510 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10101100 | 0 | 101110 | 10101 | 1110 | 101001000 | 111010 | 1000010 |
Color Harmonies of #DB77AC
Complementary color
Monochromatic Colors of #DB77AC
Black with #DB77AC
Text Example
Text Example
White with #DB77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77AC; }
p { color: rgb(219,119,172); }
H1.HeaderClassName
{
color: #DB77AC;
}
.AnyTagClassName
{
color: #DB77AC;
}
</style>
background-color css
<style>
a { background-color: #DB77AC; }
a { background-color: rgb(219,119,172); }
div.DivClassName
{
background-color: #DB77AC;
}
.BgClassName
{
background-color: #DB77AC;
}
</style>
border-color css
<style>
span { border-color: #DB77AC; }
span { border-color: rgb(219,119,172); }
td.TdClassName
{
border-color: #DB77AC;
}
.TagClassName
{
border-color: #DB77AC;
}
</style>