Shades of Pale Violet Red #D977A3
Tints of Pale Violet Red #D977A3
RGB
CMYK
RGB Variations
Color information
#D977A3 (or 0xD977A3) is known color: Pale Violet Red. HEX triplet: D9, 77 and A3. RGB value is (217,119,163). Sum of RGB (Red+Green+Blue) = 217+119+163=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D977A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977A3 is #26885C. Grayscale: #999999. Windows color (decimal): -2525277 or 10713049. OLE color: 10713049.
HSL color Cylindrical-coordinate representation of color #D977A3: hue angle of 333.06º 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 #D977A3 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 163 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.15 |
| HSL | 333.06º | 0.56% | 0.66% | - |
| HSV(B) | 333.06º | 0.45% | 0.85% | - |
| XYZ | 41.82 | 30.59 | 38.35 | - |
| YUV | 153.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 163 | 0 | 0.45 | 0.25 | 0.15 | 333.06 | 0.56 | 0.66 |
| Hex | D9 | 77 | A3 | 0 | 2D | 19 | F | 14D | 38 | 42 |
| Octal | 331 | 167 | 243 | 0 | 55 | 31 | 17 | 515 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10100011 | 0 | 101101 | 11001 | 1111 | 101001101 | 111000 | 1000010 |
Color Harmonies of #D977A3
Complementary color
Monochromatic Colors of #D977A3
Black with #D977A3
Text Example
Text Example
White with #D977A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977A3; }
p { color: rgb(217,119,163); }
H1.HeaderClassName
{
color: #D977A3;
}
.AnyTagClassName
{
color: #D977A3;
}
</style>
background-color css
<style>
a { background-color: #D977A3; }
a { background-color: rgb(217,119,163); }
div.DivClassName
{
background-color: #D977A3;
}
.BgClassName
{
background-color: #D977A3;
}
</style>
border-color css
<style>
span { border-color: #D977A3; }
span { border-color: rgb(217,119,163); }
td.TdClassName
{
border-color: #D977A3;
}
.TagClassName
{
border-color: #D977A3;
}
</style>