Shades of Pale Violet Red #DE7DA5
Tints of Pale Violet Red #DE7DA5
RGB
CMYK
RGB Variations
Color information
#DE7DA5 (or 0xDE7DA5) is known color: Pale Violet Red. HEX triplet: DE, 7D and A5. RGB value is (222,125,165). Sum of RGB (Red+Green+Blue) = 222+125+165=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7DA5 is #21825A. Grayscale: #9E9E9E. Windows color (decimal): -2196059 or 10845662. OLE color: 10845662.
HSL color Cylindrical-coordinate representation of color #DE7DA5: hue angle of 335.26º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7DA5 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 165 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.13 |
| HSL | 335.26º | 0.6% | 0.68% | - |
| HSV(B) | 335.26º | 0.44% | 0.87% | - |
| XYZ | 44.25 | 32.91 | 39.62 | - |
| YUV | 158.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 165 | 0 | 0.44 | 0.26 | 0.13 | 335.26 | 0.6 | 0.68 |
| Hex | DE | 7D | A5 | 0 | 2C | 1A | D | 14F | 3C | 44 |
| Octal | 336 | 175 | 245 | 0 | 54 | 32 | 15 | 517 | 74 | 104 |
| Binary | 11011110 | 1111101 | 10100101 | 0 | 101100 | 11010 | 1101 | 101001111 | 111100 | 1000100 |
Color Harmonies of #DE7DA5
Complementary color
Monochromatic Colors of #DE7DA5
Black with #DE7DA5
Text Example
Text Example
White with #DE7DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DA5; }
p { color: rgb(222,125,165); }
H1.HeaderClassName
{
color: #DE7DA5;
}
.AnyTagClassName
{
color: #DE7DA5;
}
</style>
background-color css
<style>
a { background-color: #DE7DA5; }
a { background-color: rgb(222,125,165); }
div.DivClassName
{
background-color: #DE7DA5;
}
.BgClassName
{
background-color: #DE7DA5;
}
</style>
border-color css
<style>
span { border-color: #DE7DA5; }
span { border-color: rgb(222,125,165); }
td.TdClassName
{
border-color: #DE7DA5;
}
.TagClassName
{
border-color: #DE7DA5;
}
</style>