Shades of Pale Violet Red #D86B8B
Tints of Pale Violet Red #D86B8B
RGB
CMYK
RGB Variations
Color information
#D86B8B (or 0xD86B8B) is known color: Pale Violet Red. HEX triplet: D8, 6B and 8B. RGB value is (216,107,139). Sum of RGB (Red+Green+Blue) = 216+107+139=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86B8B is #279474. Grayscale: #8F8F8F. Windows color (decimal): -2593909 or 9137112. OLE color: 9137112.
HSL color Cylindrical-coordinate representation of color #D86B8B: hue angle of 342.39º 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 #D86B8B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 139 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.15 |
| HSL | 342.39º | 0.58% | 0.63% | - |
| HSV(B) | 342.39º | 0.5% | 0.85% | - |
| XYZ | 38.24 | 26.98 | 27.62 | - |
| YUV | 143.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 139 | 0 | 0.50 | 0.36 | 0.15 | 342.39 | 0.58 | 0.63 |
| Hex | D8 | 6B | 8B | 0 | 32 | 24 | F | 156 | 3A | 3F |
| Octal | 330 | 153 | 213 | 0 | 62 | 44 | 17 | 526 | 72 | 77 |
| Binary | 11011000 | 1101011 | 10001011 | 0 | 110010 | 100100 | 1111 | 101010110 | 111010 | 111111 |
Color Harmonies of #D86B8B
Complementary color
Monochromatic Colors of #D86B8B
Black with #D86B8B
Text Example
Text Example
White with #D86B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B8B; }
p { color: rgb(216,107,139); }
H1.HeaderClassName
{
color: #D86B8B;
}
.AnyTagClassName
{
color: #D86B8B;
}
</style>
background-color css
<style>
a { background-color: #D86B8B; }
a { background-color: rgb(216,107,139); }
div.DivClassName
{
background-color: #D86B8B;
}
.BgClassName
{
background-color: #D86B8B;
}
</style>
border-color css
<style>
span { border-color: #D86B8B; }
span { border-color: rgb(216,107,139); }
td.TdClassName
{
border-color: #D86B8B;
}
.TagClassName
{
border-color: #D86B8B;
}
</style>