Shades of Pale Violet Red #DE7A9E
Tints of Pale Violet Red #DE7A9E
RGB
CMYK
RGB Variations
Color information
#DE7A9E (or 0xDE7A9E) is known color: Pale Violet Red. HEX triplet: DE, 7A and 9E. RGB value is (222,122,158). Sum of RGB (Red+Green+Blue) = 222+122+158=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7A9E is #218561. Grayscale: #9B9B9B. Windows color (decimal): -2196834 or 10386142. OLE color: 10386142.
HSL color Cylindrical-coordinate representation of color #DE7A9E: hue angle of 338.4º 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 #DE7A9E is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 158 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.13 |
| HSL | 338.4º | 0.6% | 0.67% | - |
| HSV(B) | 338.4º | 0.45% | 0.87% | - |
| XYZ | 43.26 | 31.92 | 36.23 | - |
| YUV | 156 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 158 | 0 | 0.45 | 0.29 | 0.13 | 338.4 | 0.6 | 0.67 |
| Hex | DE | 7A | 9E | 0 | 2D | 1D | D | 152 | 3C | 43 |
| Octal | 336 | 172 | 236 | 0 | 55 | 35 | 15 | 522 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10011110 | 0 | 101101 | 11101 | 1101 | 101010010 | 111100 | 1000011 |
Color Harmonies of #DE7A9E
Complementary color
Monochromatic Colors of #DE7A9E
Black with #DE7A9E
Text Example
Text Example
White with #DE7A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A9E; }
p { color: rgb(222,122,158); }
H1.HeaderClassName
{
color: #DE7A9E;
}
.AnyTagClassName
{
color: #DE7A9E;
}
</style>
background-color css
<style>
a { background-color: #DE7A9E; }
a { background-color: rgb(222,122,158); }
div.DivClassName
{
background-color: #DE7A9E;
}
.BgClassName
{
background-color: #DE7A9E;
}
</style>
border-color css
<style>
span { border-color: #DE7A9E; }
span { border-color: rgb(222,122,158); }
td.TdClassName
{
border-color: #DE7A9E;
}
.TagClassName
{
border-color: #DE7A9E;
}
</style>