Shades of Pale Violet Red #D86C98
Tints of Pale Violet Red #D86C98
RGB
CMYK
RGB Variations
Color information
#D86C98 (or 0xD86C98) is known color: Pale Violet Red. HEX triplet: D8, 6C and 98. RGB value is (216,108,152). Sum of RGB (Red+Green+Blue) = 216+108+152=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C98 is #279367. Grayscale: #919191. Windows color (decimal): -2593640 or 9989336. OLE color: 9989336.
HSL color Cylindrical-coordinate representation of color #D86C98: hue angle of 335.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86C98 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 152 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.15 |
| HSL | 335.56º | 0.58% | 0.64% | - |
| HSV(B) | 335.56º | 0.5% | 0.85% | - |
| XYZ | 39.35 | 27.59 | 32.96 | - |
| YUV | 145.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 152 | 0 | 0.50 | 0.30 | 0.15 | 335.56 | 0.58 | 0.64 |
| Hex | D8 | 6C | 98 | 0 | 32 | 1E | F | 150 | 3A | 40 |
| Octal | 330 | 154 | 230 | 0 | 62 | 36 | 17 | 520 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10011000 | 0 | 110010 | 11110 | 1111 | 101010000 | 111010 | 1000000 |
Color Harmonies of #D86C98
Complementary color
Monochromatic Colors of #D86C98
Black with #D86C98
Text Example
Text Example
White with #D86C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C98; }
p { color: rgb(216,108,152); }
H1.HeaderClassName
{
color: #D86C98;
}
.AnyTagClassName
{
color: #D86C98;
}
</style>
background-color css
<style>
a { background-color: #D86C98; }
a { background-color: rgb(216,108,152); }
div.DivClassName
{
background-color: #D86C98;
}
.BgClassName
{
background-color: #D86C98;
}
</style>
border-color css
<style>
span { border-color: #D86C98; }
span { border-color: rgb(216,108,152); }
td.TdClassName
{
border-color: #D86C98;
}
.TagClassName
{
border-color: #D86C98;
}
</style>