Shades of Pale Violet Red #D970A5
Tints of Pale Violet Red #D970A5
RGB
CMYK
RGB Variations
Color information
#D970A5 (or 0xD970A5) is known color: Pale Violet Red. HEX triplet: D9, 70 and A5. RGB value is (217,112,165). Sum of RGB (Red+Green+Blue) = 217+112+165=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D970A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970A5 is #268F5A. Grayscale: #959595. Windows color (decimal): -2527067 or 10842329. OLE color: 10842329.
HSL color Cylindrical-coordinate representation of color #D970A5: hue angle of 329.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970A5 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 165 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.15 |
| HSL | 329.71º | 0.58% | 0.65% | - |
| HSV(B) | 329.71º | 0.48% | 0.85% | - |
| XYZ | 41.2 | 29.06 | 39.03 | - |
| YUV | 149.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 165 | 0 | 0.48 | 0.24 | 0.15 | 329.71 | 0.58 | 0.65 |
| Hex | D9 | 70 | A5 | 0 | 30 | 18 | F | 14A | 3A | 41 |
| Octal | 331 | 160 | 245 | 0 | 60 | 30 | 17 | 512 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10100101 | 0 | 110000 | 11000 | 1111 | 101001010 | 111010 | 1000001 |
Color Harmonies of #D970A5
Complementary color
Monochromatic Colors of #D970A5
Black with #D970A5
Text Example
Text Example
White with #D970A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970A5; }
p { color: rgb(217,112,165); }
H1.HeaderClassName
{
color: #D970A5;
}
.AnyTagClassName
{
color: #D970A5;
}
</style>
background-color css
<style>
a { background-color: #D970A5; }
a { background-color: rgb(217,112,165); }
div.DivClassName
{
background-color: #D970A5;
}
.BgClassName
{
background-color: #D970A5;
}
</style>
border-color css
<style>
span { border-color: #D970A5; }
span { border-color: rgb(217,112,165); }
td.TdClassName
{
border-color: #D970A5;
}
.TagClassName
{
border-color: #D970A5;
}
</style>