Shades of Pale Violet Red #D86D93
Tints of Pale Violet Red #D86D93
RGB
CMYK
RGB Variations
Color information
#D86D93 (or 0xD86D93) is known color: Pale Violet Red. HEX triplet: D8, 6D and 93. RGB value is (216,109,147). Sum of RGB (Red+Green+Blue) = 216+109+147=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D93 is #27926C. Grayscale: #919191. Windows color (decimal): -2593389 or 9661912. OLE color: 9661912.
HSL color Cylindrical-coordinate representation of color #D86D93: hue angle of 338.69º 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 #D86D93 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 147 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.15 |
| HSL | 338.69º | 0.58% | 0.64% | - |
| HSV(B) | 338.69º | 0.5% | 0.85% | - |
| XYZ | 39.05 | 27.64 | 30.88 | - |
| YUV | 145.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 147 | 0 | 0.50 | 0.32 | 0.15 | 338.69 | 0.58 | 0.64 |
| Hex | D8 | 6D | 93 | 0 | 32 | 20 | F | 153 | 3A | 40 |
| Octal | 330 | 155 | 223 | 0 | 62 | 40 | 17 | 523 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10010011 | 0 | 110010 | 100000 | 1111 | 101010011 | 111010 | 1000000 |
Color Harmonies of #D86D93
Complementary color
Monochromatic Colors of #D86D93
Black with #D86D93
Text Example
Text Example
White with #D86D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D93; }
p { color: rgb(216,109,147); }
H1.HeaderClassName
{
color: #D86D93;
}
.AnyTagClassName
{
color: #D86D93;
}
</style>
background-color css
<style>
a { background-color: #D86D93; }
a { background-color: rgb(216,109,147); }
div.DivClassName
{
background-color: #D86D93;
}
.BgClassName
{
background-color: #D86D93;
}
</style>
border-color css
<style>
span { border-color: #D86D93; }
span { border-color: rgb(216,109,147); }
td.TdClassName
{
border-color: #D86D93;
}
.TagClassName
{
border-color: #D86D93;
}
</style>