Shades of Pale Violet Red #D96A8A
Tints of Pale Violet Red #D96A8A
RGB
CMYK
RGB Variations
Color information
#D96A8A (or 0xD96A8A) is known color: Pale Violet Red. HEX triplet: D9, 6A and 8A. RGB value is (217,106,138). Sum of RGB (Red+Green+Blue) = 217+106+138=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A8A is #269575. Grayscale: #8E8E8E. Windows color (decimal): -2528630 or 9071321. OLE color: 9071321.
HSL color Cylindrical-coordinate representation of color #D96A8A: hue angle of 342.7º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A8A is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 138 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.15 |
| HSL | 342.7º | 0.59% | 0.63% | - |
| HSV(B) | 342.7º | 0.51% | 0.85% | - |
| XYZ | 38.36 | 26.89 | 27.21 | - |
| YUV | 142.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 138 | 0 | 0.51 | 0.36 | 0.15 | 342.7 | 0.59 | 0.63 |
| Hex | D9 | 6A | 8A | 0 | 33 | 24 | F | 157 | 3B | 3F |
| Octal | 331 | 152 | 212 | 0 | 63 | 44 | 17 | 527 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10001010 | 0 | 110011 | 100100 | 1111 | 101010111 | 111011 | 111111 |
Color Harmonies of #D96A8A
Complementary color
Monochromatic Colors of #D96A8A
Black with #D96A8A
Text Example
Text Example
White with #D96A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A8A; }
p { color: rgb(217,106,138); }
H1.HeaderClassName
{
color: #D96A8A;
}
.AnyTagClassName
{
color: #D96A8A;
}
</style>
background-color css
<style>
a { background-color: #D96A8A; }
a { background-color: rgb(217,106,138); }
div.DivClassName
{
background-color: #D96A8A;
}
.BgClassName
{
background-color: #D96A8A;
}
</style>
border-color css
<style>
span { border-color: #D96A8A; }
span { border-color: rgb(217,106,138); }
td.TdClassName
{
border-color: #D96A8A;
}
.TagClassName
{
border-color: #D96A8A;
}
</style>