Shades of Pale Violet Red #D96691
Tints of Pale Violet Red #D96691
RGB
CMYK
RGB Variations
Color information
#D96691 (or 0xD96691) is known color: Pale Violet Red. HEX triplet: D9, 66 and 91. RGB value is (217,102,145). Sum of RGB (Red+Green+Blue) = 217+102+145=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D96691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96691 is #26996E. Grayscale: #8D8D8D. Windows color (decimal): -2529647 or 9529049. OLE color: 9529049.
HSL color Cylindrical-coordinate representation of color #D96691: hue angle of 337.57º 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 #D96691 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 145 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.15 |
| HSL | 337.57º | 0.6% | 0.63% | - |
| HSV(B) | 337.57º | 0.53% | 0.85% | - |
| XYZ | 38.48 | 26.3 | 29.84 | - |
| YUV | 141.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 145 | 0 | 0.53 | 0.33 | 0.15 | 337.57 | 0.6 | 0.63 |
| Hex | D9 | 66 | 91 | 0 | 35 | 21 | F | 152 | 3C | 3F |
| Octal | 331 | 146 | 221 | 0 | 65 | 41 | 17 | 522 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10010001 | 0 | 110101 | 100001 | 1111 | 101010010 | 111100 | 111111 |
Color Harmonies of #D96691
Complementary color
Monochromatic Colors of #D96691
Black with #D96691
Text Example
Text Example
White with #D96691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96691; }
p { color: rgb(217,102,145); }
H1.HeaderClassName
{
color: #D96691;
}
.AnyTagClassName
{
color: #D96691;
}
</style>
background-color css
<style>
a { background-color: #D96691; }
a { background-color: rgb(217,102,145); }
div.DivClassName
{
background-color: #D96691;
}
.BgClassName
{
background-color: #D96691;
}
</style>
border-color css
<style>
span { border-color: #D96691; }
span { border-color: rgb(217,102,145); }
td.TdClassName
{
border-color: #D96691;
}
.TagClassName
{
border-color: #D96691;
}
</style>