Shades of Pale Violet Red #D9678C
Tints of Pale Violet Red #D9678C
RGB
CMYK
RGB Variations
Color information
#D9678C (or 0xD9678C) is known color: Pale Violet Red. HEX triplet: D9, 67 and 8C. RGB value is (217,103,140). Sum of RGB (Red+Green+Blue) = 217+103+140=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9678C is #269873. Grayscale: #8D8D8D. Windows color (decimal): -2529396 or 9201625. OLE color: 9201625.
HSL color Cylindrical-coordinate representation of color #D9678C: hue angle of 340.53º 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 #D9678C is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 140 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.15 |
| HSL | 340.53º | 0.6% | 0.63% | - |
| HSV(B) | 340.53º | 0.53% | 0.85% | - |
| XYZ | 38.2 | 26.35 | 27.88 | - |
| YUV | 141.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 140 | 0 | 0.53 | 0.35 | 0.15 | 340.53 | 0.6 | 0.63 |
| Hex | D9 | 67 | 8C | 0 | 35 | 23 | F | 155 | 3C | 3F |
| Octal | 331 | 147 | 214 | 0 | 65 | 43 | 17 | 525 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10001100 | 0 | 110101 | 100011 | 1111 | 101010101 | 111100 | 111111 |
Color Harmonies of #D9678C
Complementary color
Monochromatic Colors of #D9678C
Black with #D9678C
Text Example
Text Example
White with #D9678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9678C; }
p { color: rgb(217,103,140); }
H1.HeaderClassName
{
color: #D9678C;
}
.AnyTagClassName
{
color: #D9678C;
}
</style>
background-color css
<style>
a { background-color: #D9678C; }
a { background-color: rgb(217,103,140); }
div.DivClassName
{
background-color: #D9678C;
}
.BgClassName
{
background-color: #D9678C;
}
</style>
border-color css
<style>
span { border-color: #D9678C; }
span { border-color: rgb(217,103,140); }
td.TdClassName
{
border-color: #D9678C;
}
.TagClassName
{
border-color: #D9678C;
}
</style>