Shades of Pale Violet Red #D96993
Tints of Pale Violet Red #D96993
RGB
CMYK
RGB Variations
Color information
#D96993 (or 0xD96993) is known color: Pale Violet Red. HEX triplet: D9, 69 and 93. RGB value is (217,105,147). Sum of RGB (Red+Green+Blue) = 217+105+147=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D96993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96993 is #26966C. Grayscale: #8F8F8F. Windows color (decimal): -2528877 or 9660889. OLE color: 9660889.
HSL color Cylindrical-coordinate representation of color #D96993: hue angle of 337.5º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96993 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 147 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.15 |
| HSL | 337.5º | 0.6% | 0.63% | - |
| HSV(B) | 337.5º | 0.52% | 0.85% | - |
| XYZ | 38.93 | 26.96 | 30.76 | - |
| YUV | 143.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 147 | 0 | 0.52 | 0.32 | 0.15 | 337.5 | 0.6 | 0.63 |
| Hex | D9 | 69 | 93 | 0 | 34 | 20 | F | 152 | 3C | 3F |
| Octal | 331 | 151 | 223 | 0 | 64 | 40 | 17 | 522 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10010011 | 0 | 110100 | 100000 | 1111 | 101010010 | 111100 | 111111 |
Color Harmonies of #D96993
Complementary color
Monochromatic Colors of #D96993
Black with #D96993
Text Example
Text Example
White with #D96993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96993; }
p { color: rgb(217,105,147); }
H1.HeaderClassName
{
color: #D96993;
}
.AnyTagClassName
{
color: #D96993;
}
</style>
background-color css
<style>
a { background-color: #D96993; }
a { background-color: rgb(217,105,147); }
div.DivClassName
{
background-color: #D96993;
}
.BgClassName
{
background-color: #D96993;
}
</style>
border-color css
<style>
span { border-color: #D96993; }
span { border-color: rgb(217,105,147); }
td.TdClassName
{
border-color: #D96993;
}
.TagClassName
{
border-color: #D96993;
}
</style>