Shades of Pale Violet Red #DE6191
Tints of Pale Violet Red #DE6191
RGB
CMYK
RGB Variations
Color information
#DE6191 (or 0xDE6191) is known color: Pale Violet Red. HEX triplet: DE, 61 and 91. RGB value is (222,97,145). Sum of RGB (Red+Green+Blue) = 222+97+145=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6191 is #219E6E. Grayscale: #8B8B8B. Windows color (decimal): -2203247 or 9527774. OLE color: 9527774.
HSL color Cylindrical-coordinate representation of color #DE6191: hue angle of 336.96º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6191 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 145 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.13 |
| HSL | 336.96º | 0.65% | 0.63% | - |
| HSV(B) | 336.96º | 0.56% | 0.87% | - |
| XYZ | 39.51 | 26.12 | 29.75 | - |
| YUV | 139.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 145 | 0 | 0.56 | 0.35 | 0.13 | 336.96 | 0.65 | 0.63 |
| Hex | DE | 61 | 91 | 0 | 38 | 23 | D | 151 | 41 | 3F |
| Octal | 336 | 141 | 221 | 0 | 70 | 43 | 15 | 521 | 101 | 77 |
| Binary | 11011110 | 1100001 | 10010001 | 0 | 111000 | 100011 | 1101 | 101010001 | 1000001 | 111111 |
Color Harmonies of #DE6191
Complementary color
Monochromatic Colors of #DE6191
Black with #DE6191
Text Example
Text Example
White with #DE6191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6191; }
p { color: rgb(222,97,145); }
H1.HeaderClassName
{
color: #DE6191;
}
.AnyTagClassName
{
color: #DE6191;
}
</style>
background-color css
<style>
a { background-color: #DE6191; }
a { background-color: rgb(222,97,145); }
div.DivClassName
{
background-color: #DE6191;
}
.BgClassName
{
background-color: #DE6191;
}
</style>
border-color css
<style>
span { border-color: #DE6191; }
span { border-color: rgb(222,97,145); }
td.TdClassName
{
border-color: #DE6191;
}
.TagClassName
{
border-color: #DE6191;
}
</style>