Shades of Pale Violet Red #D96F90
Tints of Pale Violet Red #D96F90
RGB
CMYK
RGB Variations
Color information
#D96F90 (or 0xD96F90) is known color: Pale Violet Red. HEX triplet: D9, 6F and 90. RGB value is (217,111,144). Sum of RGB (Red+Green+Blue) = 217+111+144=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F90 is #26906F. Grayscale: #929292. Windows color (decimal): -2527344 or 9465817. OLE color: 9465817.
HSL color Cylindrical-coordinate representation of color #D96F90: hue angle of 341.32º 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 #D96F90 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 144 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.15 |
| HSL | 341.32º | 0.58% | 0.64% | - |
| HSV(B) | 341.32º | 0.49% | 0.85% | - |
| XYZ | 39.33 | 28.13 | 29.74 | - |
| YUV | 146.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 144 | 0 | 0.49 | 0.34 | 0.15 | 341.32 | 0.58 | 0.64 |
| Hex | D9 | 6F | 90 | 0 | 31 | 22 | F | 155 | 3A | 40 |
| Octal | 331 | 157 | 220 | 0 | 61 | 42 | 17 | 525 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10010000 | 0 | 110001 | 100010 | 1111 | 101010101 | 111010 | 1000000 |
Color Harmonies of #D96F90
Complementary color
Monochromatic Colors of #D96F90
Black with #D96F90
Text Example
Text Example
White with #D96F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F90; }
p { color: rgb(217,111,144); }
H1.HeaderClassName
{
color: #D96F90;
}
.AnyTagClassName
{
color: #D96F90;
}
</style>
background-color css
<style>
a { background-color: #D96F90; }
a { background-color: rgb(217,111,144); }
div.DivClassName
{
background-color: #D96F90;
}
.BgClassName
{
background-color: #D96F90;
}
</style>
border-color css
<style>
span { border-color: #D96F90; }
span { border-color: rgb(217,111,144); }
td.TdClassName
{
border-color: #D96F90;
}
.TagClassName
{
border-color: #D96F90;
}
</style>