Shades of Pale Violet Red #D8698D
Tints of Pale Violet Red #D8698D
RGB
CMYK
RGB Variations
Color information
#D8698D (or 0xD8698D) is known color: Pale Violet Red. HEX triplet: D8, 69 and 8D. RGB value is (216,105,141). Sum of RGB (Red+Green+Blue) = 216+105+141=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8698D is #279672. Grayscale: #8E8E8E. Windows color (decimal): -2594419 or 9267672. OLE color: 9267672.
HSL color Cylindrical-coordinate representation of color #D8698D: hue angle of 340.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8698D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 141 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.15 |
| HSL | 340.54º | 0.59% | 0.63% | - |
| HSV(B) | 340.54º | 0.51% | 0.85% | - |
| XYZ | 38.18 | 26.63 | 28.33 | - |
| YUV | 142.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 141 | 0 | 0.51 | 0.35 | 0.15 | 340.54 | 0.59 | 0.63 |
| Hex | D8 | 69 | 8D | 0 | 33 | 23 | F | 155 | 3B | 3F |
| Octal | 330 | 151 | 215 | 0 | 63 | 43 | 17 | 525 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10001101 | 0 | 110011 | 100011 | 1111 | 101010101 | 111011 | 111111 |
Color Harmonies of #D8698D
Complementary color
Monochromatic Colors of #D8698D
Black with #D8698D
Text Example
Text Example
White with #D8698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8698D; }
p { color: rgb(216,105,141); }
H1.HeaderClassName
{
color: #D8698D;
}
.AnyTagClassName
{
color: #D8698D;
}
</style>
background-color css
<style>
a { background-color: #D8698D; }
a { background-color: rgb(216,105,141); }
div.DivClassName
{
background-color: #D8698D;
}
.BgClassName
{
background-color: #D8698D;
}
</style>
border-color css
<style>
span { border-color: #D8698D; }
span { border-color: rgb(216,105,141); }
td.TdClassName
{
border-color: #D8698D;
}
.TagClassName
{
border-color: #D8698D;
}
</style>