Shades of Pale Violet Red #D96089
Tints of Pale Violet Red #D96089
RGB
CMYK
RGB Variations
Color information
#D96089 (or 0xD96089) is known color: Pale Violet Red. HEX triplet: D9, 60 and 89. RGB value is (217,96,137). Sum of RGB (Red+Green+Blue) = 217+96+137=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96089 is #269F76. Grayscale: #888888. Windows color (decimal): -2531191 or 9003225. OLE color: 9003225.
HSL color Cylindrical-coordinate representation of color #D96089: hue angle of 339.67º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96089 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 137 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.15 |
| HSL | 339.67º | 0.61% | 0.61% | - |
| HSV(B) | 339.67º | 0.56% | 0.85% | - |
| XYZ | 37.31 | 24.92 | 26.51 | - |
| YUV | 136.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 137 | 0 | 0.56 | 0.37 | 0.15 | 339.67 | 0.61 | 0.61 |
| Hex | D9 | 60 | 89 | 0 | 38 | 25 | F | 154 | 3D | 3D |
| Octal | 331 | 140 | 211 | 0 | 70 | 45 | 17 | 524 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10001001 | 0 | 111000 | 100101 | 1111 | 101010100 | 111101 | 111101 |
Color Harmonies of #D96089
Complementary color
Monochromatic Colors of #D96089
Black with #D96089
Text Example
Text Example
White with #D96089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96089; }
p { color: rgb(217,96,137); }
H1.HeaderClassName
{
color: #D96089;
}
.AnyTagClassName
{
color: #D96089;
}
</style>
background-color css
<style>
a { background-color: #D96089; }
a { background-color: rgb(217,96,137); }
div.DivClassName
{
background-color: #D96089;
}
.BgClassName
{
background-color: #D96089;
}
</style>
border-color css
<style>
span { border-color: #D96089; }
span { border-color: rgb(217,96,137); }
td.TdClassName
{
border-color: #D96089;
}
.TagClassName
{
border-color: #D96089;
}
</style>