Shades of Pale Violet Red #DE7791
Tints of Pale Violet Red #DE7791
RGB
CMYK
RGB Variations
Color information
#DE7791 (or 0xDE7791) is known color: Pale Violet Red. HEX triplet: DE, 77 and 91. RGB value is (222,119,145). Sum of RGB (Red+Green+Blue) = 222+119+145=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7791 is #21886E. Grayscale: #989898. Windows color (decimal): -2197615 or 9533406. OLE color: 9533406.
HSL color Cylindrical-coordinate representation of color #DE7791: hue angle of 344.85º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7791 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 145 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.13 |
| HSL | 344.85º | 0.61% | 0.67% | - |
| HSV(B) | 344.85º | 0.46% | 0.87% | - |
| XYZ | 41.83 | 30.77 | 30.52 | - |
| YUV | 152.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 145 | 0 | 0.46 | 0.35 | 0.13 | 344.85 | 0.61 | 0.67 |
| Hex | DE | 77 | 91 | 0 | 2E | 23 | D | 159 | 3D | 43 |
| Octal | 336 | 167 | 221 | 0 | 56 | 43 | 15 | 531 | 75 | 103 |
| Binary | 11011110 | 1110111 | 10010001 | 0 | 101110 | 100011 | 1101 | 101011001 | 111101 | 1000011 |
Color Harmonies of #DE7791
Complementary color
Monochromatic Colors of #DE7791
Black with #DE7791
Text Example
Text Example
White with #DE7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7791; }
p { color: rgb(222,119,145); }
H1.HeaderClassName
{
color: #DE7791;
}
.AnyTagClassName
{
color: #DE7791;
}
</style>
background-color css
<style>
a { background-color: #DE7791; }
a { background-color: rgb(222,119,145); }
div.DivClassName
{
background-color: #DE7791;
}
.BgClassName
{
background-color: #DE7791;
}
</style>
border-color css
<style>
span { border-color: #DE7791; }
span { border-color: rgb(222,119,145); }
td.TdClassName
{
border-color: #DE7791;
}
.TagClassName
{
border-color: #DE7791;
}
</style>