Shades of Pale Violet Red #D96B90
Tints of Pale Violet Red #D96B90
RGB
CMYK
RGB Variations
Color information
#D96B90 (or 0xD96B90) is known color: Pale Violet Red. HEX triplet: D9, 6B and 90. RGB value is (217,107,144). Sum of RGB (Red+Green+Blue) = 217+107+144=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B90 is #26946F. Grayscale: #909090. Windows color (decimal): -2528368 or 9464793. OLE color: 9464793.
HSL color Cylindrical-coordinate representation of color #D96B90: hue angle of 339.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B90 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 144 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.15 |
| HSL | 339.82º | 0.59% | 0.64% | - |
| HSV(B) | 339.82º | 0.51% | 0.85% | - |
| XYZ | 38.91 | 27.28 | 29.6 | - |
| YUV | 144.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 144 | 0 | 0.51 | 0.34 | 0.15 | 339.82 | 0.59 | 0.64 |
| Hex | D9 | 6B | 90 | 0 | 33 | 22 | F | 154 | 3B | 40 |
| Octal | 331 | 153 | 220 | 0 | 63 | 42 | 17 | 524 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10010000 | 0 | 110011 | 100010 | 1111 | 101010100 | 111011 | 1000000 |
Color Harmonies of #D96B90
Complementary color
Monochromatic Colors of #D96B90
Black with #D96B90
Text Example
Text Example
White with #D96B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B90; }
p { color: rgb(217,107,144); }
H1.HeaderClassName
{
color: #D96B90;
}
.AnyTagClassName
{
color: #D96B90;
}
</style>
background-color css
<style>
a { background-color: #D96B90; }
a { background-color: rgb(217,107,144); }
div.DivClassName
{
background-color: #D96B90;
}
.BgClassName
{
background-color: #D96B90;
}
</style>
border-color css
<style>
span { border-color: #D96B90; }
span { border-color: rgb(217,107,144); }
td.TdClassName
{
border-color: #D96B90;
}
.TagClassName
{
border-color: #D96B90;
}
</style>