Shades of Pale Violet Red #DB768E
Tints of Pale Violet Red #DB768E
RGB
CMYK
RGB Variations
Color information
#DB768E (or 0xDB768E) is known color: Pale Violet Red. HEX triplet: DB, 76 and 8E. RGB value is (219,118,142). Sum of RGB (Red+Green+Blue) = 219+118+142=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB768E is #248971. Grayscale: #969696. Windows color (decimal): -2394482 or 9336539. OLE color: 9336539.
HSL color Cylindrical-coordinate representation of color #DB768E: hue angle of 345.74º 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 #DB768E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 142 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.14 |
| HSL | 345.74º | 0.58% | 0.66% | - |
| HSV(B) | 345.74º | 0.46% | 0.86% | - |
| XYZ | 40.57 | 29.97 | 29.24 | - |
| YUV | 150.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 142 | 0 | 0.46 | 0.35 | 0.14 | 345.74 | 0.58 | 0.66 |
| Hex | DB | 76 | 8E | 0 | 2E | 23 | E | 15A | 3A | 42 |
| Octal | 333 | 166 | 216 | 0 | 56 | 43 | 16 | 532 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10001110 | 0 | 101110 | 100011 | 1110 | 101011010 | 111010 | 1000010 |
Color Harmonies of #DB768E
Complementary color
Monochromatic Colors of #DB768E
Black with #DB768E
Text Example
Text Example
White with #DB768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB768E; }
p { color: rgb(219,118,142); }
H1.HeaderClassName
{
color: #DB768E;
}
.AnyTagClassName
{
color: #DB768E;
}
</style>
background-color css
<style>
a { background-color: #DB768E; }
a { background-color: rgb(219,118,142); }
div.DivClassName
{
background-color: #DB768E;
}
.BgClassName
{
background-color: #DB768E;
}
</style>
border-color css
<style>
span { border-color: #DB768E; }
span { border-color: rgb(219,118,142); }
td.TdClassName
{
border-color: #DB768E;
}
.TagClassName
{
border-color: #DB768E;
}
</style>