Shades of Pale Violet Red #D97098
Tints of Pale Violet Red #D97098
RGB
CMYK
RGB Variations
Color information
#D97098 (or 0xD97098) is known color: Pale Violet Red. HEX triplet: D9, 70 and 98. RGB value is (217,112,152). Sum of RGB (Red+Green+Blue) = 217+112+152=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D97098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97098 is #268F67. Grayscale: #939393. Windows color (decimal): -2527080 or 9990361. OLE color: 9990361.
HSL color Cylindrical-coordinate representation of color #D97098: hue angle of 337.14º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97098 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 152 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.15 |
| HSL | 337.14º | 0.58% | 0.65% | - |
| HSV(B) | 337.14º | 0.48% | 0.85% | - |
| XYZ | 40.08 | 28.61 | 33.12 | - |
| YUV | 147.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 152 | 0 | 0.48 | 0.30 | 0.15 | 337.14 | 0.58 | 0.65 |
| Hex | D9 | 70 | 98 | 0 | 30 | 1E | F | 151 | 3A | 41 |
| Octal | 331 | 160 | 230 | 0 | 60 | 36 | 17 | 521 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10011000 | 0 | 110000 | 11110 | 1111 | 101010001 | 111010 | 1000001 |
Color Harmonies of #D97098
Complementary color
Monochromatic Colors of #D97098
Black with #D97098
Text Example
Text Example
White with #D97098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97098; }
p { color: rgb(217,112,152); }
H1.HeaderClassName
{
color: #D97098;
}
.AnyTagClassName
{
color: #D97098;
}
</style>
background-color css
<style>
a { background-color: #D97098; }
a { background-color: rgb(217,112,152); }
div.DivClassName
{
background-color: #D97098;
}
.BgClassName
{
background-color: #D97098;
}
</style>
border-color css
<style>
span { border-color: #D97098; }
span { border-color: rgb(217,112,152); }
td.TdClassName
{
border-color: #D97098;
}
.TagClassName
{
border-color: #D97098;
}
</style>