Shades of Pale Violet Red #D978AD
Tints of Pale Violet Red #D978AD
RGB
CMYK
RGB Variations
Color information
#D978AD (or 0xD978AD) is known color: Pale Violet Red. HEX triplet: D9, 78 and AD. RGB value is (217,120,173). Sum of RGB (Red+Green+Blue) = 217+120+173=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D978AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978AD is #268752. Grayscale: #9A9A9A. Windows color (decimal): -2525011 or 11368665. OLE color: 11368665.
HSL color Cylindrical-coordinate representation of color #D978AD: hue angle of 327.22º 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 #D978AD is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 173 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.15 |
| HSL | 327.22º | 0.56% | 0.66% | - |
| HSV(B) | 327.22º | 0.45% | 0.85% | - |
| XYZ | 42.87 | 31.2 | 43.3 | - |
| YUV | 155.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 173 | 0 | 0.45 | 0.20 | 0.15 | 327.22 | 0.56 | 0.66 |
| Hex | D9 | 78 | AD | 0 | 2D | 14 | F | 147 | 38 | 42 |
| Octal | 331 | 170 | 255 | 0 | 55 | 24 | 17 | 507 | 70 | 102 |
| Binary | 11011001 | 1111000 | 10101101 | 0 | 101101 | 10100 | 1111 | 101000111 | 111000 | 1000010 |
Color Harmonies of #D978AD
Complementary color
Monochromatic Colors of #D978AD
Black with #D978AD
Text Example
Text Example
White with #D978AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978AD; }
p { color: rgb(217,120,173); }
H1.HeaderClassName
{
color: #D978AD;
}
.AnyTagClassName
{
color: #D978AD;
}
</style>
background-color css
<style>
a { background-color: #D978AD; }
a { background-color: rgb(217,120,173); }
div.DivClassName
{
background-color: #D978AD;
}
.BgClassName
{
background-color: #D978AD;
}
</style>
border-color css
<style>
span { border-color: #D978AD; }
span { border-color: rgb(217,120,173); }
td.TdClassName
{
border-color: #D978AD;
}
.TagClassName
{
border-color: #D978AD;
}
</style>