Shades of Pale Violet Red #D972A1
Tints of Pale Violet Red #D972A1
RGB
CMYK
RGB Variations
Color information
#D972A1 (or 0xD972A1) is known color: Pale Violet Red. HEX triplet: D9, 72 and A1. RGB value is (217,114,161). Sum of RGB (Red+Green+Blue) = 217+114+161=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D972A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D972A1 is #268D5E. Grayscale: #969696. Windows color (decimal): -2526559 or 10580697. OLE color: 10580697.
HSL color Cylindrical-coordinate representation of color #D972A1: hue angle of 332.62º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D972A1 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 161 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.15 |
| HSL | 332.62º | 0.58% | 0.65% | - |
| HSV(B) | 332.62º | 0.47% | 0.85% | - |
| XYZ | 41.07 | 29.36 | 37.22 | - |
| YUV | 150.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 161 | 0 | 0.47 | 0.26 | 0.15 | 332.62 | 0.58 | 0.65 |
| Hex | D9 | 72 | A1 | 0 | 2F | 1A | F | 14D | 3A | 41 |
| Octal | 331 | 162 | 241 | 0 | 57 | 32 | 17 | 515 | 72 | 101 |
| Binary | 11011001 | 1110010 | 10100001 | 0 | 101111 | 11010 | 1111 | 101001101 | 111010 | 1000001 |
Color Harmonies of #D972A1
Complementary color
Monochromatic Colors of #D972A1
Black with #D972A1
Text Example
Text Example
White with #D972A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972A1; }
p { color: rgb(217,114,161); }
H1.HeaderClassName
{
color: #D972A1;
}
.AnyTagClassName
{
color: #D972A1;
}
</style>
background-color css
<style>
a { background-color: #D972A1; }
a { background-color: rgb(217,114,161); }
div.DivClassName
{
background-color: #D972A1;
}
.BgClassName
{
background-color: #D972A1;
}
</style>
border-color css
<style>
span { border-color: #D972A1; }
span { border-color: rgb(217,114,161); }
td.TdClassName
{
border-color: #D972A1;
}
.TagClassName
{
border-color: #D972A1;
}
</style>