Shades of Pale Violet Red #D96590
Tints of Pale Violet Red #D96590
RGB
CMYK
RGB Variations
Color information
#D96590 (or 0xD96590) is known color: Pale Violet Red. HEX triplet: D9, 65 and 90. RGB value is (217,101,144). Sum of RGB (Red+Green+Blue) = 217+101+144=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D96590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96590 is #269A6F. Grayscale: #8C8C8C. Windows color (decimal): -2529904 or 9463257. OLE color: 9463257.
HSL color Cylindrical-coordinate representation of color #D96590: hue angle of 337.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96590 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 144 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.15 |
| HSL | 337.76º | 0.6% | 0.62% | - |
| HSV(B) | 337.76º | 0.53% | 0.85% | - |
| XYZ | 38.3 | 26.07 | 29.4 | - |
| YUV | 140.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 144 | 0 | 0.53 | 0.34 | 0.15 | 337.76 | 0.6 | 0.62 |
| Hex | D9 | 65 | 90 | 0 | 35 | 22 | F | 152 | 3C | 3E |
| Octal | 331 | 145 | 220 | 0 | 65 | 42 | 17 | 522 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10010000 | 0 | 110101 | 100010 | 1111 | 101010010 | 111100 | 111110 |
Color Harmonies of #D96590
Complementary color
Monochromatic Colors of #D96590
Black with #D96590
Text Example
Text Example
White with #D96590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96590; }
p { color: rgb(217,101,144); }
H1.HeaderClassName
{
color: #D96590;
}
.AnyTagClassName
{
color: #D96590;
}
</style>
background-color css
<style>
a { background-color: #D96590; }
a { background-color: rgb(217,101,144); }
div.DivClassName
{
background-color: #D96590;
}
.BgClassName
{
background-color: #D96590;
}
</style>
border-color css
<style>
span { border-color: #D96590; }
span { border-color: rgb(217,101,144); }
td.TdClassName
{
border-color: #D96590;
}
.TagClassName
{
border-color: #D96590;
}
</style>