Shades of Pale Violet Red #D9698F
Tints of Pale Violet Red #D9698F
RGB
CMYK
RGB Variations
Color information
#D9698F (or 0xD9698F) is known color: Pale Violet Red. HEX triplet: D9, 69 and 8F. RGB value is (217,105,143). Sum of RGB (Red+Green+Blue) = 217+105+143=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9698F is #269670. Grayscale: #8E8E8E. Windows color (decimal): -2528881 or 9398745. OLE color: 9398745.
HSL color Cylindrical-coordinate representation of color #D9698F: hue angle of 339.64º 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 #D9698F is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 143 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.15 |
| HSL | 339.64º | 0.6% | 0.63% | - |
| HSV(B) | 339.64º | 0.52% | 0.85% | - |
| XYZ | 38.62 | 26.84 | 29.13 | - |
| YUV | 142.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 143 | 0 | 0.52 | 0.34 | 0.15 | 339.64 | 0.6 | 0.63 |
| Hex | D9 | 69 | 8F | 0 | 34 | 22 | F | 154 | 3C | 3F |
| Octal | 331 | 151 | 217 | 0 | 64 | 42 | 17 | 524 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10001111 | 0 | 110100 | 100010 | 1111 | 101010100 | 111100 | 111111 |
Color Harmonies of #D9698F
Complementary color
Monochromatic Colors of #D9698F
Black with #D9698F
Text Example
Text Example
White with #D9698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9698F; }
p { color: rgb(217,105,143); }
H1.HeaderClassName
{
color: #D9698F;
}
.AnyTagClassName
{
color: #D9698F;
}
</style>
background-color css
<style>
a { background-color: #D9698F; }
a { background-color: rgb(217,105,143); }
div.DivClassName
{
background-color: #D9698F;
}
.BgClassName
{
background-color: #D9698F;
}
</style>
border-color css
<style>
span { border-color: #D9698F; }
span { border-color: rgb(217,105,143); }
td.TdClassName
{
border-color: #D9698F;
}
.TagClassName
{
border-color: #D9698F;
}
</style>