Shades of Pale Violet Red #DE7AA4
Tints of Pale Violet Red #DE7AA4
RGB
CMYK
RGB Variations
Color information
#DE7AA4 (or 0xDE7AA4) is known color: Pale Violet Red. HEX triplet: DE, 7A and A4. RGB value is (222,122,164). Sum of RGB (Red+Green+Blue) = 222+122+164=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7AA4 is #21855B. Grayscale: #9C9C9C. Windows color (decimal): -2196828 or 10779358. OLE color: 10779358.
HSL color Cylindrical-coordinate representation of color #DE7AA4: hue angle of 334.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 #DE7AA4 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 164 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.13 |
| HSL | 334.8º | 0.6% | 0.67% | - |
| HSV(B) | 334.8º | 0.45% | 0.87% | - |
| XYZ | 43.78 | 32.13 | 39.02 | - |
| YUV | 156.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 164 | 0 | 0.45 | 0.26 | 0.13 | 334.8 | 0.6 | 0.67 |
| Hex | DE | 7A | A4 | 0 | 2D | 1A | D | 14F | 3C | 43 |
| Octal | 336 | 172 | 244 | 0 | 55 | 32 | 15 | 517 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10100100 | 0 | 101101 | 11010 | 1101 | 101001111 | 111100 | 1000011 |
Color Harmonies of #DE7AA4
Complementary color
Monochromatic Colors of #DE7AA4
Black with #DE7AA4
Text Example
Text Example
White with #DE7AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AA4; }
p { color: rgb(222,122,164); }
H1.HeaderClassName
{
color: #DE7AA4;
}
.AnyTagClassName
{
color: #DE7AA4;
}
</style>
background-color css
<style>
a { background-color: #DE7AA4; }
a { background-color: rgb(222,122,164); }
div.DivClassName
{
background-color: #DE7AA4;
}
.BgClassName
{
background-color: #DE7AA4;
}
</style>
border-color css
<style>
span { border-color: #DE7AA4; }
span { border-color: rgb(222,122,164); }
td.TdClassName
{
border-color: #DE7AA4;
}
.TagClassName
{
border-color: #DE7AA4;
}
</style>