Shades of Pale Violet Red #D96FA1
Tints of Pale Violet Red #D96FA1
RGB
CMYK
RGB Variations
Color information
#D96FA1 (or 0xD96FA1) is known color: Pale Violet Red. HEX triplet: D9, 6F and A1. RGB value is (217,111,161). Sum of RGB (Red+Green+Blue) = 217+111+161=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FA1 is #26905E. Grayscale: #949494. Windows color (decimal): -2527327 or 10579929. OLE color: 10579929.
HSL color Cylindrical-coordinate representation of color #D96FA1: hue angle of 331.7º 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 #D96FA1 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 161 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.15 |
| HSL | 331.7º | 0.58% | 0.64% | - |
| HSV(B) | 331.7º | 0.49% | 0.85% | - |
| XYZ | 40.73 | 28.69 | 37.11 | - |
| YUV | 148.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 161 | 0 | 0.49 | 0.26 | 0.15 | 331.7 | 0.58 | 0.64 |
| Hex | D9 | 6F | A1 | 0 | 31 | 1A | F | 14C | 3A | 40 |
| Octal | 331 | 157 | 241 | 0 | 61 | 32 | 17 | 514 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10100001 | 0 | 110001 | 11010 | 1111 | 101001100 | 111010 | 1000000 |
Color Harmonies of #D96FA1
Complementary color
Monochromatic Colors of #D96FA1
Black with #D96FA1
Text Example
Text Example
White with #D96FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FA1; }
p { color: rgb(217,111,161); }
H1.HeaderClassName
{
color: #D96FA1;
}
.AnyTagClassName
{
color: #D96FA1;
}
</style>
background-color css
<style>
a { background-color: #D96FA1; }
a { background-color: rgb(217,111,161); }
div.DivClassName
{
background-color: #D96FA1;
}
.BgClassName
{
background-color: #D96FA1;
}
</style>
border-color css
<style>
span { border-color: #D96FA1; }
span { border-color: rgb(217,111,161); }
td.TdClassName
{
border-color: #D96FA1;
}
.TagClassName
{
border-color: #D96FA1;
}
</style>