Shades of Pale Violet Red #D976AC
Tints of Pale Violet Red #D976AC
RGB
CMYK
RGB Variations
Color information
#D976AC (or 0xD976AC) is known color: Pale Violet Red. HEX triplet: D9, 76 and AC. RGB value is (217,118,172). Sum of RGB (Red+Green+Blue) = 217+118+172=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D976AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976AC is #268953. Grayscale: #999999. Windows color (decimal): -2525524 or 11302617. OLE color: 11302617.
HSL color Cylindrical-coordinate representation of color #D976AC: hue angle of 327.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D976AC is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 172 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.15 |
| HSL | 327.27º | 0.57% | 0.66% | - |
| HSV(B) | 327.27º | 0.46% | 0.85% | - |
| XYZ | 42.54 | 30.69 | 42.71 | - |
| YUV | 153.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 172 | 0 | 0.46 | 0.21 | 0.15 | 327.27 | 0.57 | 0.66 |
| Hex | D9 | 76 | AC | 0 | 2E | 15 | F | 147 | 39 | 42 |
| Octal | 331 | 166 | 254 | 0 | 56 | 25 | 17 | 507 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10101100 | 0 | 101110 | 10101 | 1111 | 101000111 | 111001 | 1000010 |
Color Harmonies of #D976AC
Complementary color
Monochromatic Colors of #D976AC
Black with #D976AC
Text Example
Text Example
White with #D976AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976AC; }
p { color: rgb(217,118,172); }
H1.HeaderClassName
{
color: #D976AC;
}
.AnyTagClassName
{
color: #D976AC;
}
</style>
background-color css
<style>
a { background-color: #D976AC; }
a { background-color: rgb(217,118,172); }
div.DivClassName
{
background-color: #D976AC;
}
.BgClassName
{
background-color: #D976AC;
}
</style>
border-color css
<style>
span { border-color: #D976AC; }
span { border-color: rgb(217,118,172); }
td.TdClassName
{
border-color: #D976AC;
}
.TagClassName
{
border-color: #D976AC;
}
</style>