Shades of Pale Violet Red #D9688A
Tints of Pale Violet Red #D9688A
RGB
CMYK
RGB Variations
Color information
#D9688A (or 0xD9688A) is known color: Pale Violet Red. HEX triplet: D9, 68 and 8A. RGB value is (217,104,138). Sum of RGB (Red+Green+Blue) = 217+104+138=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9688A is #269775. Grayscale: #8D8D8D. Windows color (decimal): -2529142 or 9070809. OLE color: 9070809.
HSL color Cylindrical-coordinate representation of color #D9688A: hue angle of 341.95º 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 #D9688A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 138 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.15 |
| HSL | 341.95º | 0.6% | 0.63% | - |
| HSV(B) | 341.95º | 0.52% | 0.85% | - |
| XYZ | 38.15 | 26.49 | 27.15 | - |
| YUV | 141.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 138 | 0 | 0.52 | 0.36 | 0.15 | 341.95 | 0.6 | 0.63 |
| Hex | D9 | 68 | 8A | 0 | 34 | 24 | F | 156 | 3C | 3F |
| Octal | 331 | 150 | 212 | 0 | 64 | 44 | 17 | 526 | 74 | 77 |
| Binary | 11011001 | 1101000 | 10001010 | 0 | 110100 | 100100 | 1111 | 101010110 | 111100 | 111111 |
Color Harmonies of #D9688A
Complementary color
Monochromatic Colors of #D9688A
Black with #D9688A
Text Example
Text Example
White with #D9688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9688A; }
p { color: rgb(217,104,138); }
H1.HeaderClassName
{
color: #D9688A;
}
.AnyTagClassName
{
color: #D9688A;
}
</style>
background-color css
<style>
a { background-color: #D9688A; }
a { background-color: rgb(217,104,138); }
div.DivClassName
{
background-color: #D9688A;
}
.BgClassName
{
background-color: #D9688A;
}
</style>
border-color css
<style>
span { border-color: #D9688A; }
span { border-color: rgb(217,104,138); }
td.TdClassName
{
border-color: #D9688A;
}
.TagClassName
{
border-color: #D9688A;
}
</style>