Shades of Pale Violet Red #D9699D
Tints of Pale Violet Red #D9699D
RGB
CMYK
RGB Variations
Color information
#D9699D (or 0xD9699D) is known color: Pale Violet Red. HEX triplet: D9, 69 and 9D. RGB value is (217,105,157). Sum of RGB (Red+Green+Blue) = 217+105+157=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9699D is #269662. Grayscale: #909090. Windows color (decimal): -2528867 or 10316249. OLE color: 10316249.
HSL color Cylindrical-coordinate representation of color #D9699D: hue angle of 332.14º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9699D is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 157 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.15 |
| HSL | 332.14º | 0.6% | 0.63% | - |
| HSV(B) | 332.14º | 0.52% | 0.85% | - |
| XYZ | 39.75 | 27.29 | 35.07 | - |
| YUV | 144.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 157 | 0 | 0.52 | 0.28 | 0.15 | 332.14 | 0.6 | 0.63 |
| Hex | D9 | 69 | 9D | 0 | 34 | 1C | F | 14C | 3C | 3F |
| Octal | 331 | 151 | 235 | 0 | 64 | 34 | 17 | 514 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10011101 | 0 | 110100 | 11100 | 1111 | 101001100 | 111100 | 111111 |
Color Harmonies of #D9699D
Complementary color
Monochromatic Colors of #D9699D
Black with #D9699D
Text Example
Text Example
White with #D9699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9699D; }
p { color: rgb(217,105,157); }
H1.HeaderClassName
{
color: #D9699D;
}
.AnyTagClassName
{
color: #D9699D;
}
</style>
background-color css
<style>
a { background-color: #D9699D; }
a { background-color: rgb(217,105,157); }
div.DivClassName
{
background-color: #D9699D;
}
.BgClassName
{
background-color: #D9699D;
}
</style>
border-color css
<style>
span { border-color: #D9699D; }
span { border-color: rgb(217,105,157); }
td.TdClassName
{
border-color: #D9699D;
}
.TagClassName
{
border-color: #D9699D;
}
</style>