Shades of Pale Violet Red #D977A4
Tints of Pale Violet Red #D977A4
RGB
CMYK
RGB Variations
Color information
#D977A4 (or 0xD977A4) is known color: Pale Violet Red. HEX triplet: D9, 77 and A4. RGB value is (217,119,164). Sum of RGB (Red+Green+Blue) = 217+119+164=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D977A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977A4 is #26885B. Grayscale: #999999. Windows color (decimal): -2525276 or 10778585. OLE color: 10778585.
HSL color Cylindrical-coordinate representation of color #D977A4: hue angle of 332.45º 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 #D977A4 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 164 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.15 |
| HSL | 332.45º | 0.56% | 0.66% | - |
| HSV(B) | 332.45º | 0.45% | 0.85% | - |
| XYZ | 41.91 | 30.63 | 38.82 | - |
| YUV | 153.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 164 | 0 | 0.45 | 0.24 | 0.15 | 332.45 | 0.56 | 0.66 |
| Hex | D9 | 77 | A4 | 0 | 2D | 18 | F | 14C | 38 | 42 |
| Octal | 331 | 167 | 244 | 0 | 55 | 30 | 17 | 514 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10100100 | 0 | 101101 | 11000 | 1111 | 101001100 | 111000 | 1000010 |
Color Harmonies of #D977A4
Complementary color
Monochromatic Colors of #D977A4
Black with #D977A4
Text Example
Text Example
White with #D977A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977A4; }
p { color: rgb(217,119,164); }
H1.HeaderClassName
{
color: #D977A4;
}
.AnyTagClassName
{
color: #D977A4;
}
</style>
background-color css
<style>
a { background-color: #D977A4; }
a { background-color: rgb(217,119,164); }
div.DivClassName
{
background-color: #D977A4;
}
.BgClassName
{
background-color: #D977A4;
}
</style>
border-color css
<style>
span { border-color: #D977A4; }
span { border-color: rgb(217,119,164); }
td.TdClassName
{
border-color: #D977A4;
}
.TagClassName
{
border-color: #D977A4;
}
</style>