Shades of Pale Violet Red #DE799B
Tints of Pale Violet Red #DE799B
RGB
CMYK
RGB Variations
Color information
#DE799B (or 0xDE799B) is known color: Pale Violet Red. HEX triplet: DE, 79 and 9B. RGB value is (222,121,155). Sum of RGB (Red+Green+Blue) = 222+121+155=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE799B is #218664. Grayscale: #9B9B9B. Windows color (decimal): -2197093 or 10189278. OLE color: 10189278.
HSL color Cylindrical-coordinate representation of color #DE799B: hue angle of 339.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE799B is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 155 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.13 |
| HSL | 339.8º | 0.6% | 0.67% | - |
| HSV(B) | 339.8º | 0.45% | 0.87% | - |
| XYZ | 42.88 | 31.57 | 34.84 | - |
| YUV | 155.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 155 | 0 | 0.45 | 0.30 | 0.13 | 339.8 | 0.6 | 0.67 |
| Hex | DE | 79 | 9B | 0 | 2D | 1E | D | 154 | 3C | 43 |
| Octal | 336 | 171 | 233 | 0 | 55 | 36 | 15 | 524 | 74 | 103 |
| Binary | 11011110 | 1111001 | 10011011 | 0 | 101101 | 11110 | 1101 | 101010100 | 111100 | 1000011 |
Color Harmonies of #DE799B
Complementary color
Monochromatic Colors of #DE799B
Black with #DE799B
Text Example
Text Example
White with #DE799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE799B; }
p { color: rgb(222,121,155); }
H1.HeaderClassName
{
color: #DE799B;
}
.AnyTagClassName
{
color: #DE799B;
}
</style>
background-color css
<style>
a { background-color: #DE799B; }
a { background-color: rgb(222,121,155); }
div.DivClassName
{
background-color: #DE799B;
}
.BgClassName
{
background-color: #DE799B;
}
</style>
border-color css
<style>
span { border-color: #DE799B; }
span { border-color: rgb(222,121,155); }
td.TdClassName
{
border-color: #DE799B;
}
.TagClassName
{
border-color: #DE799B;
}
</style>