Shades of Pale Violet Red #DE7098
Tints of Pale Violet Red #DE7098
RGB
CMYK
RGB Variations
Color information
#DE7098 (or 0xDE7098) is known color: Pale Violet Red. HEX triplet: DE, 70 and 98. RGB value is (222,112,152). Sum of RGB (Red+Green+Blue) = 222+112+152=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7098 is #218F67. Grayscale: #959595. Windows color (decimal): -2199400 or 9990366. OLE color: 9990366.
HSL color Cylindrical-coordinate representation of color #DE7098: hue angle of 338.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7098 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 152 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.13 |
| HSL | 338.18º | 0.63% | 0.65% | - |
| HSV(B) | 338.18º | 0.5% | 0.87% | - |
| XYZ | 41.59 | 29.38 | 33.19 | - |
| YUV | 149.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 152 | 0 | 0.50 | 0.32 | 0.13 | 338.18 | 0.63 | 0.65 |
| Hex | DE | 70 | 98 | 0 | 32 | 20 | D | 152 | 3E | 41 |
| Octal | 336 | 160 | 230 | 0 | 62 | 40 | 15 | 522 | 76 | 101 |
| Binary | 11011110 | 1110000 | 10011000 | 0 | 110010 | 100000 | 1101 | 101010010 | 111110 | 1000001 |
Color Harmonies of #DE7098
Complementary color
Monochromatic Colors of #DE7098
Black with #DE7098
Text Example
Text Example
White with #DE7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7098; }
p { color: rgb(222,112,152); }
H1.HeaderClassName
{
color: #DE7098;
}
.AnyTagClassName
{
color: #DE7098;
}
</style>
background-color css
<style>
a { background-color: #DE7098; }
a { background-color: rgb(222,112,152); }
div.DivClassName
{
background-color: #DE7098;
}
.BgClassName
{
background-color: #DE7098;
}
</style>
border-color css
<style>
span { border-color: #DE7098; }
span { border-color: rgb(222,112,152); }
td.TdClassName
{
border-color: #DE7098;
}
.TagClassName
{
border-color: #DE7098;
}
</style>