Shades of Pale Violet Red #DE7195
Tints of Pale Violet Red #DE7195
RGB
CMYK
RGB Variations
Color information
#DE7195 (or 0xDE7195) is known color: Pale Violet Red. HEX triplet: DE, 71 and 95. RGB value is (222,113,149). Sum of RGB (Red+Green+Blue) = 222+113+149=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7195 is #218E6A. Grayscale: #959595. Windows color (decimal): -2199147 or 9794014. OLE color: 9794014.
HSL color Cylindrical-coordinate representation of color #DE7195: hue angle of 340.18º 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 #DE7195 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 149 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.13 |
| HSL | 340.18º | 0.62% | 0.66% | - |
| HSV(B) | 340.18º | 0.49% | 0.87% | - |
| XYZ | 41.45 | 29.51 | 31.94 | - |
| YUV | 149.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 149 | 0 | 0.49 | 0.33 | 0.13 | 340.18 | 0.62 | 0.66 |
| Hex | DE | 71 | 95 | 0 | 31 | 21 | D | 154 | 3E | 42 |
| Octal | 336 | 161 | 225 | 0 | 61 | 41 | 15 | 524 | 76 | 102 |
| Binary | 11011110 | 1110001 | 10010101 | 0 | 110001 | 100001 | 1101 | 101010100 | 111110 | 1000010 |
Color Harmonies of #DE7195
Complementary color
Monochromatic Colors of #DE7195
Black with #DE7195
Text Example
Text Example
White with #DE7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7195; }
p { color: rgb(222,113,149); }
H1.HeaderClassName
{
color: #DE7195;
}
.AnyTagClassName
{
color: #DE7195;
}
</style>
background-color css
<style>
a { background-color: #DE7195; }
a { background-color: rgb(222,113,149); }
div.DivClassName
{
background-color: #DE7195;
}
.BgClassName
{
background-color: #DE7195;
}
</style>
border-color css
<style>
span { border-color: #DE7195; }
span { border-color: rgb(222,113,149); }
td.TdClassName
{
border-color: #DE7195;
}
.TagClassName
{
border-color: #DE7195;
}
</style>