Shades of Pale Violet Red #D96A90
Tints of Pale Violet Red #D96A90
RGB
CMYK
RGB Variations
Color information
#D96A90 (or 0xD96A90) is known color: Pale Violet Red. HEX triplet: D9, 6A and 90. RGB value is (217,106,144). Sum of RGB (Red+Green+Blue) = 217+106+144=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A90 is #26956F. Grayscale: #8F8F8F. Windows color (decimal): -2528624 or 9464537. OLE color: 9464537.
HSL color Cylindrical-coordinate representation of color #D96A90: hue angle of 339.46º 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 #D96A90 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 144 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.15 |
| HSL | 339.46º | 0.59% | 0.63% | - |
| HSV(B) | 339.46º | 0.51% | 0.85% | - |
| XYZ | 38.8 | 27.07 | 29.57 | - |
| YUV | 143.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 144 | 0 | 0.51 | 0.34 | 0.15 | 339.46 | 0.59 | 0.63 |
| Hex | D9 | 6A | 90 | 0 | 33 | 22 | F | 153 | 3B | 3F |
| Octal | 331 | 152 | 220 | 0 | 63 | 42 | 17 | 523 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10010000 | 0 | 110011 | 100010 | 1111 | 101010011 | 111011 | 111111 |
Color Harmonies of #D96A90
Complementary color
Monochromatic Colors of #D96A90
Black with #D96A90
Text Example
Text Example
White with #D96A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A90; }
p { color: rgb(217,106,144); }
H1.HeaderClassName
{
color: #D96A90;
}
.AnyTagClassName
{
color: #D96A90;
}
</style>
background-color css
<style>
a { background-color: #D96A90; }
a { background-color: rgb(217,106,144); }
div.DivClassName
{
background-color: #D96A90;
}
.BgClassName
{
background-color: #D96A90;
}
</style>
border-color css
<style>
span { border-color: #D96A90; }
span { border-color: rgb(217,106,144); }
td.TdClassName
{
border-color: #D96A90;
}
.TagClassName
{
border-color: #D96A90;
}
</style>