Shades of Pale Violet Red #D9699A
Tints of Pale Violet Red #D9699A
RGB
CMYK
RGB Variations
Color information
#D9699A (or 0xD9699A) is known color: Pale Violet Red. HEX triplet: D9, 69 and 9A. RGB value is (217,105,154). Sum of RGB (Red+Green+Blue) = 217+105+154=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9699A is #269665. Grayscale: #8F8F8F. Windows color (decimal): -2528870 or 10119641. OLE color: 10119641.
HSL color Cylindrical-coordinate representation of color #D9699A: hue angle of 333.75º 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 #D9699A is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 154 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.15 |
| HSL | 333.75º | 0.6% | 0.63% | - |
| HSV(B) | 333.75º | 0.52% | 0.85% | - |
| XYZ | 39.5 | 27.19 | 33.74 | - |
| YUV | 144.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 154 | 0 | 0.52 | 0.29 | 0.15 | 333.75 | 0.6 | 0.63 |
| Hex | D9 | 69 | 9A | 0 | 34 | 1D | F | 14E | 3C | 3F |
| Octal | 331 | 151 | 232 | 0 | 64 | 35 | 17 | 516 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10011010 | 0 | 110100 | 11101 | 1111 | 101001110 | 111100 | 111111 |
Color Harmonies of #D9699A
Complementary color
Monochromatic Colors of #D9699A
Black with #D9699A
Text Example
Text Example
White with #D9699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9699A; }
p { color: rgb(217,105,154); }
H1.HeaderClassName
{
color: #D9699A;
}
.AnyTagClassName
{
color: #D9699A;
}
</style>
background-color css
<style>
a { background-color: #D9699A; }
a { background-color: rgb(217,105,154); }
div.DivClassName
{
background-color: #D9699A;
}
.BgClassName
{
background-color: #D9699A;
}
</style>
border-color css
<style>
span { border-color: #D9699A; }
span { border-color: rgb(217,105,154); }
td.TdClassName
{
border-color: #D9699A;
}
.TagClassName
{
border-color: #D9699A;
}
</style>