Shades of Pale Violet Red #D96CA1
Tints of Pale Violet Red #D96CA1
RGB
CMYK
RGB Variations
Color information
#D96CA1 (or 0xD96CA1) is known color: Pale Violet Red. HEX triplet: D9, 6C and A1. RGB value is (217,108,161). Sum of RGB (Red+Green+Blue) = 217+108+161=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96CA1 is #26935E. Grayscale: #929292. Windows color (decimal): -2528095 or 10579161. OLE color: 10579161.
HSL color Cylindrical-coordinate representation of color #D96CA1: hue angle of 330.83º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CA1 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 161 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.15 |
| HSL | 330.83º | 0.59% | 0.64% | - |
| HSV(B) | 330.83º | 0.5% | 0.85% | - |
| XYZ | 40.41 | 28.05 | 37 | - |
| YUV | 146.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 161 | 0 | 0.50 | 0.26 | 0.15 | 330.83 | 0.59 | 0.64 |
| Hex | D9 | 6C | A1 | 0 | 32 | 1A | F | 14B | 3B | 40 |
| Octal | 331 | 154 | 241 | 0 | 62 | 32 | 17 | 513 | 73 | 100 |
| Binary | 11011001 | 1101100 | 10100001 | 0 | 110010 | 11010 | 1111 | 101001011 | 111011 | 1000000 |
Color Harmonies of #D96CA1
Complementary color
Monochromatic Colors of #D96CA1
Black with #D96CA1
Text Example
Text Example
White with #D96CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CA1; }
p { color: rgb(217,108,161); }
H1.HeaderClassName
{
color: #D96CA1;
}
.AnyTagClassName
{
color: #D96CA1;
}
</style>
background-color css
<style>
a { background-color: #D96CA1; }
a { background-color: rgb(217,108,161); }
div.DivClassName
{
background-color: #D96CA1;
}
.BgClassName
{
background-color: #D96CA1;
}
</style>
border-color css
<style>
span { border-color: #D96CA1; }
span { border-color: rgb(217,108,161); }
td.TdClassName
{
border-color: #D96CA1;
}
.TagClassName
{
border-color: #D96CA1;
}
</style>