Shades of Pale Violet Red #D978AC
Tints of Pale Violet Red #D978AC
RGB
CMYK
RGB Variations
Color information
#D978AC (or 0xD978AC) is known color: Pale Violet Red. HEX triplet: D9, 78 and AC. RGB value is (217,120,172). Sum of RGB (Red+Green+Blue) = 217+120+172=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D978AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978AC is #268753. Grayscale: #9A9A9A. Windows color (decimal): -2525012 or 11303129. OLE color: 11303129.
HSL color Cylindrical-coordinate representation of color #D978AC: hue angle of 327.84º 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 #D978AC is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 172 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.15 |
| HSL | 327.84º | 0.56% | 0.66% | - |
| HSV(B) | 327.84º | 0.45% | 0.85% | - |
| XYZ | 42.78 | 31.16 | 42.79 | - |
| YUV | 154.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 172 | 0 | 0.45 | 0.21 | 0.15 | 327.84 | 0.56 | 0.66 |
| Hex | D9 | 78 | AC | 0 | 2D | 15 | F | 148 | 38 | 42 |
| Octal | 331 | 170 | 254 | 0 | 55 | 25 | 17 | 510 | 70 | 102 |
| Binary | 11011001 | 1111000 | 10101100 | 0 | 101101 | 10101 | 1111 | 101001000 | 111000 | 1000010 |
Color Harmonies of #D978AC
Complementary color
Monochromatic Colors of #D978AC
Black with #D978AC
Text Example
Text Example
White with #D978AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978AC; }
p { color: rgb(217,120,172); }
H1.HeaderClassName
{
color: #D978AC;
}
.AnyTagClassName
{
color: #D978AC;
}
</style>
background-color css
<style>
a { background-color: #D978AC; }
a { background-color: rgb(217,120,172); }
div.DivClassName
{
background-color: #D978AC;
}
.BgClassName
{
background-color: #D978AC;
}
</style>
border-color css
<style>
span { border-color: #D978AC; }
span { border-color: rgb(217,120,172); }
td.TdClassName
{
border-color: #D978AC;
}
.TagClassName
{
border-color: #D978AC;
}
</style>