Shades of Pale Violet Red #D96F9C
Tints of Pale Violet Red #D96F9C
RGB
CMYK
RGB Variations
Color information
#D96F9C (or 0xD96F9C) is known color: Pale Violet Red. HEX triplet: D9, 6F and 9C. RGB value is (217,111,156). Sum of RGB (Red+Green+Blue) = 217+111+156=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F9C is #269063. Grayscale: #939393. Windows color (decimal): -2527332 or 10252249. OLE color: 10252249.
HSL color Cylindrical-coordinate representation of color #D96F9C: hue angle of 334.53º 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 #D96F9C is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 156 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.15 |
| HSL | 334.53º | 0.58% | 0.64% | - |
| HSV(B) | 334.53º | 0.49% | 0.85% | - |
| XYZ | 40.3 | 28.52 | 34.83 | - |
| YUV | 147.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 156 | 0 | 0.49 | 0.28 | 0.15 | 334.53 | 0.58 | 0.64 |
| Hex | D9 | 6F | 9C | 0 | 31 | 1C | F | 14F | 3A | 40 |
| Octal | 331 | 157 | 234 | 0 | 61 | 34 | 17 | 517 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10011100 | 0 | 110001 | 11100 | 1111 | 101001111 | 111010 | 1000000 |
Color Harmonies of #D96F9C
Complementary color
Monochromatic Colors of #D96F9C
Black with #D96F9C
Text Example
Text Example
White with #D96F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F9C; }
p { color: rgb(217,111,156); }
H1.HeaderClassName
{
color: #D96F9C;
}
.AnyTagClassName
{
color: #D96F9C;
}
</style>
background-color css
<style>
a { background-color: #D96F9C; }
a { background-color: rgb(217,111,156); }
div.DivClassName
{
background-color: #D96F9C;
}
.BgClassName
{
background-color: #D96F9C;
}
</style>
border-color css
<style>
span { border-color: #D96F9C; }
span { border-color: rgb(217,111,156); }
td.TdClassName
{
border-color: #D96F9C;
}
.TagClassName
{
border-color: #D96F9C;
}
</style>