Shades of Pale Violet Red #DE7998
Tints of Pale Violet Red #DE7998
RGB
CMYK
RGB Variations
Color information
#DE7998 (or 0xDE7998) is known color: Pale Violet Red. HEX triplet: DE, 79 and 98. RGB value is (222,121,152). Sum of RGB (Red+Green+Blue) = 222+121+152=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7998 is #218667. Grayscale: #9A9A9A. Windows color (decimal): -2197096 or 9992670. OLE color: 9992670.
HSL color Cylindrical-coordinate representation of color #DE7998: hue angle of 341.58º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7998 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 152 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.13 |
| HSL | 341.58º | 0.6% | 0.67% | - |
| HSV(B) | 341.58º | 0.45% | 0.87% | - |
| XYZ | 42.63 | 31.47 | 33.53 | - |
| YUV | 154.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 152 | 0 | 0.45 | 0.32 | 0.13 | 341.58 | 0.6 | 0.67 |
| Hex | DE | 79 | 98 | 0 | 2D | 20 | D | 156 | 3C | 43 |
| Octal | 336 | 171 | 230 | 0 | 55 | 40 | 15 | 526 | 74 | 103 |
| Binary | 11011110 | 1111001 | 10011000 | 0 | 101101 | 100000 | 1101 | 101010110 | 111100 | 1000011 |
Color Harmonies of #DE7998
Complementary color
Monochromatic Colors of #DE7998
Black with #DE7998
Text Example
Text Example
White with #DE7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7998; }
p { color: rgb(222,121,152); }
H1.HeaderClassName
{
color: #DE7998;
}
.AnyTagClassName
{
color: #DE7998;
}
</style>
background-color css
<style>
a { background-color: #DE7998; }
a { background-color: rgb(222,121,152); }
div.DivClassName
{
background-color: #DE7998;
}
.BgClassName
{
background-color: #DE7998;
}
</style>
border-color css
<style>
span { border-color: #DE7998; }
span { border-color: rgb(222,121,152); }
td.TdClassName
{
border-color: #DE7998;
}
.TagClassName
{
border-color: #DE7998;
}
</style>