Shades of Pale Violet Red #DE7A9A
Tints of Pale Violet Red #DE7A9A
RGB
CMYK
RGB Variations
Color information
#DE7A9A (or 0xDE7A9A) is known color: Pale Violet Red. HEX triplet: DE, 7A and 9A. RGB value is (222,122,154). Sum of RGB (Red+Green+Blue) = 222+122+154=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7A9A is #218565. Grayscale: #9B9B9B. Windows color (decimal): -2196838 or 10123998. OLE color: 10123998.
HSL color Cylindrical-coordinate representation of color #DE7A9A: hue angle of 340.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 #DE7A9A is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 154 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.13 |
| HSL | 340.8º | 0.6% | 0.67% | - |
| HSV(B) | 340.8º | 0.45% | 0.87% | - |
| XYZ | 42.92 | 31.78 | 34.44 | - |
| YUV | 155.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 154 | 0 | 0.45 | 0.31 | 0.13 | 340.8 | 0.6 | 0.67 |
| Hex | DE | 7A | 9A | 0 | 2D | 1F | D | 155 | 3C | 43 |
| Octal | 336 | 172 | 232 | 0 | 55 | 37 | 15 | 525 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10011010 | 0 | 101101 | 11111 | 1101 | 101010101 | 111100 | 1000011 |
Color Harmonies of #DE7A9A
Complementary color
Monochromatic Colors of #DE7A9A
Black with #DE7A9A
Text Example
Text Example
White with #DE7A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A9A; }
p { color: rgb(222,122,154); }
H1.HeaderClassName
{
color: #DE7A9A;
}
.AnyTagClassName
{
color: #DE7A9A;
}
</style>
background-color css
<style>
a { background-color: #DE7A9A; }
a { background-color: rgb(222,122,154); }
div.DivClassName
{
background-color: #DE7A9A;
}
.BgClassName
{
background-color: #DE7A9A;
}
</style>
border-color css
<style>
span { border-color: #DE7A9A; }
span { border-color: rgb(222,122,154); }
td.TdClassName
{
border-color: #DE7A9A;
}
.TagClassName
{
border-color: #DE7A9A;
}
</style>