Shades of Pale Violet Red #D978A0
Tints of Pale Violet Red #D978A0
RGB
CMYK
RGB Variations
Color information
#D978A0 (or 0xD978A0) is known color: Pale Violet Red. HEX triplet: D9, 78 and A0. RGB value is (217,120,160). Sum of RGB (Red+Green+Blue) = 217+120+160=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D978A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978A0 is #26875F. Grayscale: #999999. Windows color (decimal): -2525024 or 10516697. OLE color: 10516697.
HSL color Cylindrical-coordinate representation of color #D978A0: hue angle of 335.26º 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 #D978A0 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 160 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.15 |
| HSL | 335.26º | 0.56% | 0.66% | - |
| HSV(B) | 335.26º | 0.45% | 0.85% | - |
| XYZ | 41.68 | 30.72 | 36.99 | - |
| YUV | 153.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 160 | 0 | 0.45 | 0.26 | 0.15 | 335.26 | 0.56 | 0.66 |
| Hex | D9 | 78 | A0 | 0 | 2D | 1A | F | 14F | 38 | 42 |
| Octal | 331 | 170 | 240 | 0 | 55 | 32 | 17 | 517 | 70 | 102 |
| Binary | 11011001 | 1111000 | 10100000 | 0 | 101101 | 11010 | 1111 | 101001111 | 111000 | 1000010 |
Color Harmonies of #D978A0
Complementary color
Monochromatic Colors of #D978A0
Black with #D978A0
Text Example
Text Example
White with #D978A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978A0; }
p { color: rgb(217,120,160); }
H1.HeaderClassName
{
color: #D978A0;
}
.AnyTagClassName
{
color: #D978A0;
}
</style>
background-color css
<style>
a { background-color: #D978A0; }
a { background-color: rgb(217,120,160); }
div.DivClassName
{
background-color: #D978A0;
}
.BgClassName
{
background-color: #D978A0;
}
</style>
border-color css
<style>
span { border-color: #D978A0; }
span { border-color: rgb(217,120,160); }
td.TdClassName
{
border-color: #D978A0;
}
.TagClassName
{
border-color: #D978A0;
}
</style>