Shades of Pale Violet Red #D9688D
Tints of Pale Violet Red #D9688D
RGB
CMYK
RGB Variations
Color information
#D9688D (or 0xD9688D) is known color: Pale Violet Red. HEX triplet: D9, 68 and 8D. RGB value is (217,104,141). Sum of RGB (Red+Green+Blue) = 217+104+141=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9688D is #269772. Grayscale: #8D8D8D. Windows color (decimal): -2529139 or 9267417. OLE color: 9267417.
HSL color Cylindrical-coordinate representation of color #D9688D: hue angle of 340.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9688D is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 141 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.15 |
| HSL | 340.35º | 0.6% | 0.63% | - |
| HSV(B) | 340.35º | 0.52% | 0.85% | - |
| XYZ | 38.37 | 26.58 | 28.31 | - |
| YUV | 142.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 141 | 0 | 0.52 | 0.35 | 0.15 | 340.35 | 0.6 | 0.63 |
| Hex | D9 | 68 | 8D | 0 | 34 | 23 | F | 154 | 3C | 3F |
| Octal | 331 | 150 | 215 | 0 | 64 | 43 | 17 | 524 | 74 | 77 |
| Binary | 11011001 | 1101000 | 10001101 | 0 | 110100 | 100011 | 1111 | 101010100 | 111100 | 111111 |
Color Harmonies of #D9688D
Complementary color
Monochromatic Colors of #D9688D
Black with #D9688D
Text Example
Text Example
White with #D9688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9688D; }
p { color: rgb(217,104,141); }
H1.HeaderClassName
{
color: #D9688D;
}
.AnyTagClassName
{
color: #D9688D;
}
</style>
background-color css
<style>
a { background-color: #D9688D; }
a { background-color: rgb(217,104,141); }
div.DivClassName
{
background-color: #D9688D;
}
.BgClassName
{
background-color: #D9688D;
}
</style>
border-color css
<style>
span { border-color: #D9688D; }
span { border-color: rgb(217,104,141); }
td.TdClassName
{
border-color: #D9688D;
}
.TagClassName
{
border-color: #D9688D;
}
</style>