Shades of Pale Violet Red #D97398
Tints of Pale Violet Red #D97398
RGB
CMYK
RGB Variations
Color information
#D97398 (or 0xD97398) is known color: Pale Violet Red. HEX triplet: D9, 73 and 98. RGB value is (217,115,152). Sum of RGB (Red+Green+Blue) = 217+115+152=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D97398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97398 is #268C67. Grayscale: #959595. Windows color (decimal): -2526312 or 9991129. OLE color: 9991129.
HSL color Cylindrical-coordinate representation of color #D97398: hue angle of 338.24º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97398 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 152 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.15 |
| HSL | 338.24º | 0.57% | 0.65% | - |
| HSV(B) | 338.24º | 0.47% | 0.85% | - |
| XYZ | 40.41 | 29.28 | 33.23 | - |
| YUV | 149.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 152 | 0 | 0.47 | 0.30 | 0.15 | 338.24 | 0.57 | 0.65 |
| Hex | D9 | 73 | 98 | 0 | 2F | 1E | F | 152 | 39 | 41 |
| Octal | 331 | 163 | 230 | 0 | 57 | 36 | 17 | 522 | 71 | 101 |
| Binary | 11011001 | 1110011 | 10011000 | 0 | 101111 | 11110 | 1111 | 101010010 | 111001 | 1000001 |
Color Harmonies of #D97398
Complementary color
Monochromatic Colors of #D97398
Black with #D97398
Text Example
Text Example
White with #D97398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97398; }
p { color: rgb(217,115,152); }
H1.HeaderClassName
{
color: #D97398;
}
.AnyTagClassName
{
color: #D97398;
}
</style>
background-color css
<style>
a { background-color: #D97398; }
a { background-color: rgb(217,115,152); }
div.DivClassName
{
background-color: #D97398;
}
.BgClassName
{
background-color: #D97398;
}
</style>
border-color css
<style>
span { border-color: #D97398; }
span { border-color: rgb(217,115,152); }
td.TdClassName
{
border-color: #D97398;
}
.TagClassName
{
border-color: #D97398;
}
</style>