Shades of Pale Violet Red #D87793
Tints of Pale Violet Red #D87793
RGB
CMYK
RGB Variations
Color information
#D87793 (or 0xD87793) is known color: Pale Violet Red. HEX triplet: D8, 77 and 93. RGB value is (216,119,147). Sum of RGB (Red+Green+Blue) = 216+119+147=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D87793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87793 is #27886C. Grayscale: #979797. Windows color (decimal): -2590829 or 9664472. OLE color: 9664472.
HSL color Cylindrical-coordinate representation of color #D87793: hue angle of 342.68º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87793 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 147 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.15 |
| HSL | 342.68º | 0.55% | 0.66% | - |
| HSV(B) | 342.68º | 0.45% | 0.85% | - |
| XYZ | 40.18 | 29.9 | 31.26 | - |
| YUV | 151.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 147 | 0 | 0.45 | 0.32 | 0.15 | 342.68 | 0.55 | 0.66 |
| Hex | D8 | 77 | 93 | 0 | 2D | 20 | F | 157 | 37 | 42 |
| Octal | 330 | 167 | 223 | 0 | 55 | 40 | 17 | 527 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10010011 | 0 | 101101 | 100000 | 1111 | 101010111 | 110111 | 1000010 |
Color Harmonies of #D87793
Complementary color
Monochromatic Colors of #D87793
Black with #D87793
Text Example
Text Example
White with #D87793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87793; }
p { color: rgb(216,119,147); }
H1.HeaderClassName
{
color: #D87793;
}
.AnyTagClassName
{
color: #D87793;
}
</style>
background-color css
<style>
a { background-color: #D87793; }
a { background-color: rgb(216,119,147); }
div.DivClassName
{
background-color: #D87793;
}
.BgClassName
{
background-color: #D87793;
}
</style>
border-color css
<style>
span { border-color: #D87793; }
span { border-color: rgb(216,119,147); }
td.TdClassName
{
border-color: #D87793;
}
.TagClassName
{
border-color: #D87793;
}
</style>