Shades of Pale Violet Red #D96F8D
Tints of Pale Violet Red #D96F8D
RGB
CMYK
RGB Variations
Color information
#D96F8D (or 0xD96F8D) is known color: Pale Violet Red. HEX triplet: D9, 6F and 8D. RGB value is (217,111,141). Sum of RGB (Red+Green+Blue) = 217+111+141=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F8D is #269072. Grayscale: #929292. Windows color (decimal): -2527347 or 9269209. OLE color: 9269209.
HSL color Cylindrical-coordinate representation of color #D96F8D: hue angle of 343.02º 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 #D96F8D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 141 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.15 |
| HSL | 343.02º | 0.58% | 0.64% | - |
| HSV(B) | 343.02º | 0.49% | 0.85% | - |
| XYZ | 39.11 | 28.04 | 28.55 | - |
| YUV | 146.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 141 | 0 | 0.49 | 0.35 | 0.15 | 343.02 | 0.58 | 0.64 |
| Hex | D9 | 6F | 8D | 0 | 31 | 23 | F | 157 | 3A | 40 |
| Octal | 331 | 157 | 215 | 0 | 61 | 43 | 17 | 527 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10001101 | 0 | 110001 | 100011 | 1111 | 101010111 | 111010 | 1000000 |
Color Harmonies of #D96F8D
Complementary color
Monochromatic Colors of #D96F8D
Black with #D96F8D
Text Example
Text Example
White with #D96F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F8D; }
p { color: rgb(217,111,141); }
H1.HeaderClassName
{
color: #D96F8D;
}
.AnyTagClassName
{
color: #D96F8D;
}
</style>
background-color css
<style>
a { background-color: #D96F8D; }
a { background-color: rgb(217,111,141); }
div.DivClassName
{
background-color: #D96F8D;
}
.BgClassName
{
background-color: #D96F8D;
}
</style>
border-color css
<style>
span { border-color: #D96F8D; }
span { border-color: rgb(217,111,141); }
td.TdClassName
{
border-color: #D96F8D;
}
.TagClassName
{
border-color: #D96F8D;
}
</style>