Shades of Pale Violet Red #D975A2
Tints of Pale Violet Red #D975A2
RGB
CMYK
RGB Variations
Color information
#D975A2 (or 0xD975A2) is known color: Pale Violet Red. HEX triplet: D9, 75 and A2. RGB value is (217,117,162). Sum of RGB (Red+Green+Blue) = 217+117+162=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D975A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975A2 is #268A5D. Grayscale: #979797. Windows color (decimal): -2525790 or 10647001. OLE color: 10647001.
HSL color Cylindrical-coordinate representation of color #D975A2: hue angle of 333º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D975A2 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 162 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.15 |
| HSL | 333º | 0.57% | 0.65% | - |
| HSV(B) | 333º | 0.46% | 0.85% | - |
| XYZ | 41.5 | 30.08 | 37.8 | - |
| YUV | 152.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 162 | 0 | 0.46 | 0.25 | 0.15 | 333 | 0.57 | 0.65 |
| Hex | D9 | 75 | A2 | 0 | 2E | 19 | F | 14D | 39 | 41 |
| Octal | 331 | 165 | 242 | 0 | 56 | 31 | 17 | 515 | 71 | 101 |
| Binary | 11011001 | 1110101 | 10100010 | 0 | 101110 | 11001 | 1111 | 101001101 | 111001 | 1000001 |
Color Harmonies of #D975A2
Complementary color
Monochromatic Colors of #D975A2
Black with #D975A2
Text Example
Text Example
White with #D975A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975A2; }
p { color: rgb(217,117,162); }
H1.HeaderClassName
{
color: #D975A2;
}
.AnyTagClassName
{
color: #D975A2;
}
</style>
background-color css
<style>
a { background-color: #D975A2; }
a { background-color: rgb(217,117,162); }
div.DivClassName
{
background-color: #D975A2;
}
.BgClassName
{
background-color: #D975A2;
}
</style>
border-color css
<style>
span { border-color: #D975A2; }
span { border-color: rgb(217,117,162); }
td.TdClassName
{
border-color: #D975A2;
}
.TagClassName
{
border-color: #D975A2;
}
</style>