Shades of Pale Violet Red #D96A8E
Tints of Pale Violet Red #D96A8E
RGB
CMYK
RGB Variations
Color information
#D96A8E (or 0xD96A8E) is known color: Pale Violet Red. HEX triplet: D9, 6A and 8E. RGB value is (217,106,142). Sum of RGB (Red+Green+Blue) = 217+106+142=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A8E is #269571. Grayscale: #8F8F8F. Windows color (decimal): -2528626 or 9333465. OLE color: 9333465.
HSL color Cylindrical-coordinate representation of color #D96A8E: hue angle of 340.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A8E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 142 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.15 |
| HSL | 340.54º | 0.59% | 0.63% | - |
| HSV(B) | 340.54º | 0.51% | 0.85% | - |
| XYZ | 38.65 | 27.01 | 28.77 | - |
| YUV | 143.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 142 | 0 | 0.51 | 0.35 | 0.15 | 340.54 | 0.59 | 0.63 |
| Hex | D9 | 6A | 8E | 0 | 33 | 23 | F | 155 | 3B | 3F |
| Octal | 331 | 152 | 216 | 0 | 63 | 43 | 17 | 525 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10001110 | 0 | 110011 | 100011 | 1111 | 101010101 | 111011 | 111111 |
Color Harmonies of #D96A8E
Complementary color
Monochromatic Colors of #D96A8E
Black with #D96A8E
Text Example
Text Example
White with #D96A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A8E; }
p { color: rgb(217,106,142); }
H1.HeaderClassName
{
color: #D96A8E;
}
.AnyTagClassName
{
color: #D96A8E;
}
</style>
background-color css
<style>
a { background-color: #D96A8E; }
a { background-color: rgb(217,106,142); }
div.DivClassName
{
background-color: #D96A8E;
}
.BgClassName
{
background-color: #D96A8E;
}
</style>
border-color css
<style>
span { border-color: #D96A8E; }
span { border-color: rgb(217,106,142); }
td.TdClassName
{
border-color: #D96A8E;
}
.TagClassName
{
border-color: #D96A8E;
}
</style>