Shades of Pale Violet Red #D9678D
Tints of Pale Violet Red #D9678D
RGB
CMYK
RGB Variations
Color information
#D9678D (or 0xD9678D) is known color: Pale Violet Red. HEX triplet: D9, 67 and 8D. RGB value is (217,103,141). Sum of RGB (Red+Green+Blue) = 217+103+141=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9678D is #269872. Grayscale: #8D8D8D. Windows color (decimal): -2529395 or 9267161. OLE color: 9267161.
HSL color Cylindrical-coordinate representation of color #D9678D: hue angle of 340º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9678D is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 141 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.15 |
| HSL | 340º | 0.6% | 0.63% | - |
| HSV(B) | 340º | 0.53% | 0.85% | - |
| XYZ | 38.27 | 26.38 | 28.27 | - |
| YUV | 141.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 141 | 0 | 0.53 | 0.35 | 0.15 | 340 | 0.6 | 0.63 |
| Hex | D9 | 67 | 8D | 0 | 35 | 23 | F | 154 | 3C | 3F |
| Octal | 331 | 147 | 215 | 0 | 65 | 43 | 17 | 524 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10001101 | 0 | 110101 | 100011 | 1111 | 101010100 | 111100 | 111111 |
Color Harmonies of #D9678D
Complementary color
Monochromatic Colors of #D9678D
Black with #D9678D
Text Example
Text Example
White with #D9678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9678D; }
p { color: rgb(217,103,141); }
H1.HeaderClassName
{
color: #D9678D;
}
.AnyTagClassName
{
color: #D9678D;
}
</style>
background-color css
<style>
a { background-color: #D9678D; }
a { background-color: rgb(217,103,141); }
div.DivClassName
{
background-color: #D9678D;
}
.BgClassName
{
background-color: #D9678D;
}
</style>
border-color css
<style>
span { border-color: #D9678D; }
span { border-color: rgb(217,103,141); }
td.TdClassName
{
border-color: #D9678D;
}
.TagClassName
{
border-color: #D9678D;
}
</style>