Shades of Pale Violet Red #D96289
Tints of Pale Violet Red #D96289
RGB
CMYK
RGB Variations
Color information
#D96289 (or 0xD96289) is known color: Pale Violet Red. HEX triplet: D9, 62 and 89. RGB value is (217,98,137). Sum of RGB (Red+Green+Blue) = 217+98+137=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D96289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96289 is #269D76. Grayscale: #898989. Windows color (decimal): -2530679 or 9003737. OLE color: 9003737.
HSL color Cylindrical-coordinate representation of color #D96289: hue angle of 340.34º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96289 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 137 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.15 |
| HSL | 340.34º | 0.61% | 0.62% | - |
| HSV(B) | 340.34º | 0.55% | 0.85% | - |
| XYZ | 37.5 | 25.29 | 26.57 | - |
| YUV | 138.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 137 | 0 | 0.55 | 0.37 | 0.15 | 340.34 | 0.61 | 0.62 |
| Hex | D9 | 62 | 89 | 0 | 37 | 25 | F | 154 | 3D | 3E |
| Octal | 331 | 142 | 211 | 0 | 67 | 45 | 17 | 524 | 75 | 76 |
| Binary | 11011001 | 1100010 | 10001001 | 0 | 110111 | 100101 | 1111 | 101010100 | 111101 | 111110 |
Color Harmonies of #D96289
Complementary color
Monochromatic Colors of #D96289
Black with #D96289
Text Example
Text Example
White with #D96289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96289; }
p { color: rgb(217,98,137); }
H1.HeaderClassName
{
color: #D96289;
}
.AnyTagClassName
{
color: #D96289;
}
</style>
background-color css
<style>
a { background-color: #D96289; }
a { background-color: rgb(217,98,137); }
div.DivClassName
{
background-color: #D96289;
}
.BgClassName
{
background-color: #D96289;
}
</style>
border-color css
<style>
span { border-color: #D96289; }
span { border-color: rgb(217,98,137); }
td.TdClassName
{
border-color: #D96289;
}
.TagClassName
{
border-color: #D96289;
}
</style>