Shades of Pale Violet Red #DE7BA9
Tints of Pale Violet Red #DE7BA9
RGB
CMYK
RGB Variations
Color information
#DE7BA9 (or 0xDE7BA9) is known color: Pale Violet Red. HEX triplet: DE, 7B and A9. RGB value is (222,123,169). Sum of RGB (Red+Green+Blue) = 222+123+169=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7BA9 is #218456. Grayscale: #9D9D9D. Windows color (decimal): -2196567 or 11107294. OLE color: 11107294.
HSL color Cylindrical-coordinate representation of color #DE7BA9: hue angle of 332.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BA9 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 169 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.13 |
| HSL | 332.12º | 0.6% | 0.68% | - |
| HSV(B) | 332.12º | 0.45% | 0.87% | - |
| XYZ | 44.37 | 32.56 | 41.48 | - |
| YUV | 157.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 169 | 0 | 0.45 | 0.24 | 0.13 | 332.12 | 0.6 | 0.68 |
| Hex | DE | 7B | A9 | 0 | 2D | 18 | D | 14C | 3C | 44 |
| Octal | 336 | 173 | 251 | 0 | 55 | 30 | 15 | 514 | 74 | 104 |
| Binary | 11011110 | 1111011 | 10101001 | 0 | 101101 | 11000 | 1101 | 101001100 | 111100 | 1000100 |
Color Harmonies of #DE7BA9
Complementary color
Monochromatic Colors of #DE7BA9
Black with #DE7BA9
Text Example
Text Example
White with #DE7BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BA9; }
p { color: rgb(222,123,169); }
H1.HeaderClassName
{
color: #DE7BA9;
}
.AnyTagClassName
{
color: #DE7BA9;
}
</style>
background-color css
<style>
a { background-color: #DE7BA9; }
a { background-color: rgb(222,123,169); }
div.DivClassName
{
background-color: #DE7BA9;
}
.BgClassName
{
background-color: #DE7BA9;
}
</style>
border-color css
<style>
span { border-color: #DE7BA9; }
span { border-color: rgb(222,123,169); }
td.TdClassName
{
border-color: #DE7BA9;
}
.TagClassName
{
border-color: #DE7BA9;
}
</style>