Shades of Pale Violet Red #D86A89
Tints of Pale Violet Red #D86A89
RGB
CMYK
RGB Variations
Color information
#D86A89 (or 0xD86A89) is known color: Pale Violet Red. HEX triplet: D8, 6A and 89. RGB value is (216,106,137). Sum of RGB (Red+Green+Blue) = 216+106+137=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86A89 is #279576. Grayscale: #8E8E8E. Windows color (decimal): -2594167 or 9005784. OLE color: 9005784.
HSL color Cylindrical-coordinate representation of color #D86A89: hue angle of 343.09º 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 #D86A89 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 137 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.15 |
| HSL | 343.09º | 0.59% | 0.63% | - |
| HSV(B) | 343.09º | 0.51% | 0.85% | - |
| XYZ | 37.99 | 26.71 | 26.82 | - |
| YUV | 142.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 137 | 0 | 0.51 | 0.37 | 0.15 | 343.09 | 0.59 | 0.63 |
| Hex | D8 | 6A | 89 | 0 | 33 | 25 | F | 157 | 3B | 3F |
| Octal | 330 | 152 | 211 | 0 | 63 | 45 | 17 | 527 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10001001 | 0 | 110011 | 100101 | 1111 | 101010111 | 111011 | 111111 |
Color Harmonies of #D86A89
Complementary color
Monochromatic Colors of #D86A89
Black with #D86A89
Text Example
Text Example
White with #D86A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A89; }
p { color: rgb(216,106,137); }
H1.HeaderClassName
{
color: #D86A89;
}
.AnyTagClassName
{
color: #D86A89;
}
</style>
background-color css
<style>
a { background-color: #D86A89; }
a { background-color: rgb(216,106,137); }
div.DivClassName
{
background-color: #D86A89;
}
.BgClassName
{
background-color: #D86A89;
}
</style>
border-color css
<style>
span { border-color: #D86A89; }
span { border-color: rgb(216,106,137); }
td.TdClassName
{
border-color: #D86A89;
}
.TagClassName
{
border-color: #D86A89;
}
</style>