Shades of Pale Violet Red #D9709A
Tints of Pale Violet Red #D9709A
RGB
CMYK
RGB Variations
Color information
#D9709A (or 0xD9709A) is known color: Pale Violet Red. HEX triplet: D9, 70 and 9A. RGB value is (217,112,154). Sum of RGB (Red+Green+Blue) = 217+112+154=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9709A is #268F65. Grayscale: #949494. Windows color (decimal): -2527078 or 10121433. OLE color: 10121433.
HSL color Cylindrical-coordinate representation of color #D9709A: hue angle of 336º 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 #D9709A is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 154 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.15 |
| HSL | 336º | 0.58% | 0.65% | - |
| HSV(B) | 336º | 0.48% | 0.85% | - |
| XYZ | 40.24 | 28.67 | 33.99 | - |
| YUV | 148.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 154 | 0 | 0.48 | 0.29 | 0.15 | 336 | 0.58 | 0.65 |
| Hex | D9 | 70 | 9A | 0 | 30 | 1D | F | 150 | 3A | 41 |
| Octal | 331 | 160 | 232 | 0 | 60 | 35 | 17 | 520 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10011010 | 0 | 110000 | 11101 | 1111 | 101010000 | 111010 | 1000001 |
Color Harmonies of #D9709A
Complementary color
Monochromatic Colors of #D9709A
Black with #D9709A
Text Example
Text Example
White with #D9709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9709A; }
p { color: rgb(217,112,154); }
H1.HeaderClassName
{
color: #D9709A;
}
.AnyTagClassName
{
color: #D9709A;
}
</style>
background-color css
<style>
a { background-color: #D9709A; }
a { background-color: rgb(217,112,154); }
div.DivClassName
{
background-color: #D9709A;
}
.BgClassName
{
background-color: #D9709A;
}
</style>
border-color css
<style>
span { border-color: #D9709A; }
span { border-color: rgb(217,112,154); }
td.TdClassName
{
border-color: #D9709A;
}
.TagClassName
{
border-color: #D9709A;
}
</style>