Shades of Pale Violet Red #D96E8C
Tints of Pale Violet Red #D96E8C
RGB
CMYK
RGB Variations
Color information
#D96E8C (or 0xD96E8C) is known color: Pale Violet Red. HEX triplet: D9, 6E and 8C. RGB value is (217,110,140). Sum of RGB (Red+Green+Blue) = 217+110+140=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E8C is #269173. Grayscale: #919191. Windows color (decimal): -2527604 or 9203417. OLE color: 9203417.
HSL color Cylindrical-coordinate representation of color #D96E8C: hue angle of 343.18º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96E8C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 140 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.15 |
| HSL | 343.18º | 0.58% | 0.64% | - |
| HSV(B) | 343.18º | 0.49% | 0.85% | - |
| XYZ | 38.92 | 27.8 | 28.12 | - |
| YUV | 145.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 140 | 0 | 0.49 | 0.35 | 0.15 | 343.18 | 0.58 | 0.64 |
| Hex | D9 | 6E | 8C | 0 | 31 | 23 | F | 157 | 3A | 40 |
| Octal | 331 | 156 | 214 | 0 | 61 | 43 | 17 | 527 | 72 | 100 |
| Binary | 11011001 | 1101110 | 10001100 | 0 | 110001 | 100011 | 1111 | 101010111 | 111010 | 1000000 |
Color Harmonies of #D96E8C
Complementary color
Monochromatic Colors of #D96E8C
Black with #D96E8C
Text Example
Text Example
White with #D96E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E8C; }
p { color: rgb(217,110,140); }
H1.HeaderClassName
{
color: #D96E8C;
}
.AnyTagClassName
{
color: #D96E8C;
}
</style>
background-color css
<style>
a { background-color: #D96E8C; }
a { background-color: rgb(217,110,140); }
div.DivClassName
{
background-color: #D96E8C;
}
.BgClassName
{
background-color: #D96E8C;
}
</style>
border-color css
<style>
span { border-color: #D96E8C; }
span { border-color: rgb(217,110,140); }
td.TdClassName
{
border-color: #D96E8C;
}
.TagClassName
{
border-color: #D96E8C;
}
</style>