Shades of Pale Violet Red #D978A7
Tints of Pale Violet Red #D978A7
RGB
CMYK
RGB Variations
Color information
#D978A7 (or 0xD978A7) is known color: Pale Violet Red. HEX triplet: D9, 78 and A7. RGB value is (217,120,167). Sum of RGB (Red+Green+Blue) = 217+120+167=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D978A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978A7 is #268758. Grayscale: #9A9A9A. Windows color (decimal): -2525017 or 10975449. OLE color: 10975449.
HSL color Cylindrical-coordinate representation of color #D978A7: hue angle of 330.93º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978A7 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 167 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.15 |
| HSL | 330.93º | 0.56% | 0.66% | - |
| HSV(B) | 330.93º | 0.45% | 0.85% | - |
| XYZ | 42.31 | 30.97 | 40.31 | - |
| YUV | 154.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 167 | 0 | 0.45 | 0.23 | 0.15 | 330.93 | 0.56 | 0.66 |
| Hex | D9 | 78 | A7 | 0 | 2D | 17 | F | 14B | 38 | 42 |
| Octal | 331 | 170 | 247 | 0 | 55 | 27 | 17 | 513 | 70 | 102 |
| Binary | 11011001 | 1111000 | 10100111 | 0 | 101101 | 10111 | 1111 | 101001011 | 111000 | 1000010 |
Color Harmonies of #D978A7
Complementary color
Monochromatic Colors of #D978A7
Black with #D978A7
Text Example
Text Example
White with #D978A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978A7; }
p { color: rgb(217,120,167); }
H1.HeaderClassName
{
color: #D978A7;
}
.AnyTagClassName
{
color: #D978A7;
}
</style>
background-color css
<style>
a { background-color: #D978A7; }
a { background-color: rgb(217,120,167); }
div.DivClassName
{
background-color: #D978A7;
}
.BgClassName
{
background-color: #D978A7;
}
</style>
border-color css
<style>
span { border-color: #D978A7; }
span { border-color: rgb(217,120,167); }
td.TdClassName
{
border-color: #D978A7;
}
.TagClassName
{
border-color: #D978A7;
}
</style>