Shades of Pale Violet Red #D96790
Tints of Pale Violet Red #D96790
RGB
CMYK
RGB Variations
Color information
#D96790 (or 0xD96790) is known color: Pale Violet Red. HEX triplet: D9, 67 and 90. RGB value is (217,103,144). Sum of RGB (Red+Green+Blue) = 217+103+144=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D96790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96790 is #26986F. Grayscale: #8D8D8D. Windows color (decimal): -2529392 or 9463769. OLE color: 9463769.
HSL color Cylindrical-coordinate representation of color #D96790: hue angle of 338.42º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96790 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 144 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.15 |
| HSL | 338.42º | 0.6% | 0.63% | - |
| HSV(B) | 338.42º | 0.53% | 0.85% | - |
| XYZ | 38.5 | 26.47 | 29.46 | - |
| YUV | 141.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 144 | 0 | 0.53 | 0.34 | 0.15 | 338.42 | 0.6 | 0.63 |
| Hex | D9 | 67 | 90 | 0 | 35 | 22 | F | 152 | 3C | 3F |
| Octal | 331 | 147 | 220 | 0 | 65 | 42 | 17 | 522 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10010000 | 0 | 110101 | 100010 | 1111 | 101010010 | 111100 | 111111 |
Color Harmonies of #D96790
Complementary color
Monochromatic Colors of #D96790
Black with #D96790
Text Example
Text Example
White with #D96790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96790; }
p { color: rgb(217,103,144); }
H1.HeaderClassName
{
color: #D96790;
}
.AnyTagClassName
{
color: #D96790;
}
</style>
background-color css
<style>
a { background-color: #D96790; }
a { background-color: rgb(217,103,144); }
div.DivClassName
{
background-color: #D96790;
}
.BgClassName
{
background-color: #D96790;
}
</style>
border-color css
<style>
span { border-color: #D96790; }
span { border-color: rgb(217,103,144); }
td.TdClassName
{
border-color: #D96790;
}
.TagClassName
{
border-color: #D96790;
}
</style>