Shades of Pale Violet Red #DE7AAA
Tints of Pale Violet Red #DE7AAA
RGB
CMYK
RGB Variations
Color information
#DE7AAA (or 0xDE7AAA) is known color: Pale Violet Red. HEX triplet: DE, 7A and AA. RGB value is (222,122,170). Sum of RGB (Red+Green+Blue) = 222+122+170=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7AAA is #218555. Grayscale: #9D9D9D. Windows color (decimal): -2196822 or 11172574. OLE color: 11172574.
HSL color Cylindrical-coordinate representation of color #DE7AAA: hue angle of 331.2º 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 #DE7AAA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 170 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.13 |
| HSL | 331.2º | 0.6% | 0.67% | - |
| HSV(B) | 331.2º | 0.45% | 0.87% | - |
| XYZ | 44.34 | 32.35 | 41.94 | - |
| YUV | 157.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 170 | 0 | 0.45 | 0.23 | 0.13 | 331.2 | 0.6 | 0.67 |
| Hex | DE | 7A | AA | 0 | 2D | 17 | D | 14B | 3C | 43 |
| Octal | 336 | 172 | 252 | 0 | 55 | 27 | 15 | 513 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10101010 | 0 | 101101 | 10111 | 1101 | 101001011 | 111100 | 1000011 |
Color Harmonies of #DE7AAA
Complementary color
Monochromatic Colors of #DE7AAA
Black with #DE7AAA
Text Example
Text Example
White with #DE7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AAA; }
p { color: rgb(222,122,170); }
H1.HeaderClassName
{
color: #DE7AAA;
}
.AnyTagClassName
{
color: #DE7AAA;
}
</style>
background-color css
<style>
a { background-color: #DE7AAA; }
a { background-color: rgb(222,122,170); }
div.DivClassName
{
background-color: #DE7AAA;
}
.BgClassName
{
background-color: #DE7AAA;
}
</style>
border-color css
<style>
span { border-color: #DE7AAA; }
span { border-color: rgb(222,122,170); }
td.TdClassName
{
border-color: #DE7AAA;
}
.TagClassName
{
border-color: #DE7AAA;
}
</style>