Shades of Pale Violet Red #DE79A5
Tints of Pale Violet Red #DE79A5
RGB
CMYK
RGB Variations
Color information
#DE79A5 (or 0xDE79A5) is known color: Pale Violet Red. HEX triplet: DE, 79 and A5. RGB value is (222,121,165). Sum of RGB (Red+Green+Blue) = 222+121+165=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE79A5 is #21865A. Grayscale: #9C9C9C. Windows color (decimal): -2197083 or 10844638. OLE color: 10844638.
HSL color Cylindrical-coordinate representation of color #DE79A5: hue angle of 333.86º 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 #DE79A5 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 165 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.13 |
| HSL | 333.86º | 0.6% | 0.67% | - |
| HSV(B) | 333.86º | 0.45% | 0.87% | - |
| XYZ | 43.75 | 31.92 | 39.45 | - |
| YUV | 156.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 165 | 0 | 0.45 | 0.26 | 0.13 | 333.86 | 0.6 | 0.67 |
| Hex | DE | 79 | A5 | 0 | 2D | 1A | D | 14E | 3C | 43 |
| Octal | 336 | 171 | 245 | 0 | 55 | 32 | 15 | 516 | 74 | 103 |
| Binary | 11011110 | 1111001 | 10100101 | 0 | 101101 | 11010 | 1101 | 101001110 | 111100 | 1000011 |
Color Harmonies of #DE79A5
Complementary color
Monochromatic Colors of #DE79A5
Black with #DE79A5
Text Example
Text Example
White with #DE79A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79A5; }
p { color: rgb(222,121,165); }
H1.HeaderClassName
{
color: #DE79A5;
}
.AnyTagClassName
{
color: #DE79A5;
}
</style>
background-color css
<style>
a { background-color: #DE79A5; }
a { background-color: rgb(222,121,165); }
div.DivClassName
{
background-color: #DE79A5;
}
.BgClassName
{
background-color: #DE79A5;
}
</style>
border-color css
<style>
span { border-color: #DE79A5; }
span { border-color: rgb(222,121,165); }
td.TdClassName
{
border-color: #DE79A5;
}
.TagClassName
{
border-color: #DE79A5;
}
</style>