Shades of Pale Violet Red #D9678A
Tints of Pale Violet Red #D9678A
RGB
CMYK
RGB Variations
Color information
#D9678A (or 0xD9678A) is known color: Pale Violet Red. HEX triplet: D9, 67 and 8A. RGB value is (217,103,138). Sum of RGB (Red+Green+Blue) = 217+103+138=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9678A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9678A is #269875. Grayscale: #8D8D8D. Windows color (decimal): -2529398 or 9070553. OLE color: 9070553.
HSL color Cylindrical-coordinate representation of color #D9678A: hue angle of 341.58º 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 #D9678A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 138 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.15 |
| HSL | 341.58º | 0.6% | 0.63% | - |
| HSV(B) | 341.58º | 0.53% | 0.85% | - |
| XYZ | 38.05 | 26.29 | 27.11 | - |
| YUV | 141.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 138 | 0 | 0.53 | 0.36 | 0.15 | 341.58 | 0.6 | 0.63 |
| Hex | D9 | 67 | 8A | 0 | 35 | 24 | F | 156 | 3C | 3F |
| Octal | 331 | 147 | 212 | 0 | 65 | 44 | 17 | 526 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10001010 | 0 | 110101 | 100100 | 1111 | 101010110 | 111100 | 111111 |
Color Harmonies of #D9678A
Complementary color
Monochromatic Colors of #D9678A
Black with #D9678A
Text Example
Text Example
White with #D9678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9678A; }
p { color: rgb(217,103,138); }
H1.HeaderClassName
{
color: #D9678A;
}
.AnyTagClassName
{
color: #D9678A;
}
</style>
background-color css
<style>
a { background-color: #D9678A; }
a { background-color: rgb(217,103,138); }
div.DivClassName
{
background-color: #D9678A;
}
.BgClassName
{
background-color: #D9678A;
}
</style>
border-color css
<style>
span { border-color: #D9678A; }
span { border-color: rgb(217,103,138); }
td.TdClassName
{
border-color: #D9678A;
}
.TagClassName
{
border-color: #D9678A;
}
</style>