Shades of Pale Violet Red #D86A92
Tints of Pale Violet Red #D86A92
RGB
CMYK
RGB Variations
Color information
#D86A92 (or 0xD86A92) is known color: Pale Violet Red. HEX triplet: D8, 6A and 92. RGB value is (216,106,146). Sum of RGB (Red+Green+Blue) = 216+106+146=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86A92 is #27956D. Grayscale: #8F8F8F. Windows color (decimal): -2594158 or 9595608. OLE color: 9595608.
HSL color Cylindrical-coordinate representation of color #D86A92: hue angle of 338.18º 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 #D86A92 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 146 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.15 |
| HSL | 338.18º | 0.59% | 0.63% | - |
| HSV(B) | 338.18º | 0.51% | 0.85% | - |
| XYZ | 38.66 | 26.98 | 30.36 | - |
| YUV | 143.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 146 | 0 | 0.51 | 0.32 | 0.15 | 338.18 | 0.59 | 0.63 |
| Hex | D8 | 6A | 92 | 0 | 33 | 20 | F | 152 | 3B | 3F |
| Octal | 330 | 152 | 222 | 0 | 63 | 40 | 17 | 522 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10010010 | 0 | 110011 | 100000 | 1111 | 101010010 | 111011 | 111111 |
Color Harmonies of #D86A92
Complementary color
Monochromatic Colors of #D86A92
Black with #D86A92
Text Example
Text Example
White with #D86A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A92; }
p { color: rgb(216,106,146); }
H1.HeaderClassName
{
color: #D86A92;
}
.AnyTagClassName
{
color: #D86A92;
}
</style>
background-color css
<style>
a { background-color: #D86A92; }
a { background-color: rgb(216,106,146); }
div.DivClassName
{
background-color: #D86A92;
}
.BgClassName
{
background-color: #D86A92;
}
</style>
border-color css
<style>
span { border-color: #D86A92; }
span { border-color: rgb(216,106,146); }
td.TdClassName
{
border-color: #D86A92;
}
.TagClassName
{
border-color: #D86A92;
}
</style>