Shades of Pale Violet Red #DE7197
Tints of Pale Violet Red #DE7197
RGB
CMYK
RGB Variations
Color information
#DE7197 (or 0xDE7197) is known color: Pale Violet Red. HEX triplet: DE, 71 and 97. RGB value is (222,113,151). Sum of RGB (Red+Green+Blue) = 222+113+151=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7197 is #218E68. Grayscale: #959595. Windows color (decimal): -2199145 or 9925086. OLE color: 9925086.
HSL color Cylindrical-coordinate representation of color #DE7197: hue angle of 339.08º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE7197 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 151 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.13 |
| HSL | 339.08º | 0.62% | 0.66% | - |
| HSV(B) | 339.08º | 0.49% | 0.87% | - |
| XYZ | 41.62 | 29.57 | 32.79 | - |
| YUV | 149.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 151 | 0 | 0.49 | 0.32 | 0.13 | 339.08 | 0.62 | 0.66 |
| Hex | DE | 71 | 97 | 0 | 31 | 20 | D | 153 | 3E | 42 |
| Octal | 336 | 161 | 227 | 0 | 61 | 40 | 15 | 523 | 76 | 102 |
| Binary | 11011110 | 1110001 | 10010111 | 0 | 110001 | 100000 | 1101 | 101010011 | 111110 | 1000010 |
Color Harmonies of #DE7197
Complementary color
Monochromatic Colors of #DE7197
Black with #DE7197
Text Example
Text Example
White with #DE7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7197; }
p { color: rgb(222,113,151); }
H1.HeaderClassName
{
color: #DE7197;
}
.AnyTagClassName
{
color: #DE7197;
}
</style>
background-color css
<style>
a { background-color: #DE7197; }
a { background-color: rgb(222,113,151); }
div.DivClassName
{
background-color: #DE7197;
}
.BgClassName
{
background-color: #DE7197;
}
</style>
border-color css
<style>
span { border-color: #DE7197; }
span { border-color: rgb(222,113,151); }
td.TdClassName
{
border-color: #DE7197;
}
.TagClassName
{
border-color: #DE7197;
}
</style>