Shades of Pale Violet Red #D86B9B
Tints of Pale Violet Red #D86B9B
RGB
CMYK
RGB Variations
Color information
#D86B9B (or 0xD86B9B) is known color: Pale Violet Red. HEX triplet: D8, 6B and 9B. RGB value is (216,107,155). Sum of RGB (Red+Green+Blue) = 216+107+155=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86B9B is #279464. Grayscale: #909090. Windows color (decimal): -2593893 or 10185688. OLE color: 10185688.
HSL color Cylindrical-coordinate representation of color #D86B9B: hue angle of 333.58º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86B9B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 155 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.15 |
| HSL | 333.58º | 0.58% | 0.63% | - |
| HSV(B) | 333.58º | 0.5% | 0.85% | - |
| XYZ | 39.49 | 27.48 | 34.23 | - |
| YUV | 145.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 155 | 0 | 0.50 | 0.28 | 0.15 | 333.58 | 0.58 | 0.63 |
| Hex | D8 | 6B | 9B | 0 | 32 | 1C | F | 14E | 3A | 3F |
| Octal | 330 | 153 | 233 | 0 | 62 | 34 | 17 | 516 | 72 | 77 |
| Binary | 11011000 | 1101011 | 10011011 | 0 | 110010 | 11100 | 1111 | 101001110 | 111010 | 111111 |
Color Harmonies of #D86B9B
Complementary color
Monochromatic Colors of #D86B9B
Black with #D86B9B
Text Example
Text Example
White with #D86B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B9B; }
p { color: rgb(216,107,155); }
H1.HeaderClassName
{
color: #D86B9B;
}
.AnyTagClassName
{
color: #D86B9B;
}
</style>
background-color css
<style>
a { background-color: #D86B9B; }
a { background-color: rgb(216,107,155); }
div.DivClassName
{
background-color: #D86B9B;
}
.BgClassName
{
background-color: #D86B9B;
}
</style>
border-color css
<style>
span { border-color: #D86B9B; }
span { border-color: rgb(216,107,155); }
td.TdClassName
{
border-color: #D86B9B;
}
.TagClassName
{
border-color: #D86B9B;
}
</style>