Shades of Pale Violet Red #DA698F
Tints of Pale Violet Red #DA698F
RGB
CMYK
RGB Variations
Color information
#DA698F (or 0xDA698F) is known color: Pale Violet Red. HEX triplet: DA, 69 and 8F. RGB value is (218,105,143). Sum of RGB (Red+Green+Blue) = 218+105+143=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA698F is #259670. Grayscale: #8F8F8F. Windows color (decimal): -2463345 or 9398746. OLE color: 9398746.
HSL color Cylindrical-coordinate representation of color #DA698F: hue angle of 339.82º 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 #DA698F is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 143 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.15 |
| HSL | 339.82º | 0.6% | 0.63% | - |
| HSV(B) | 339.82º | 0.52% | 0.85% | - |
| XYZ | 38.92 | 26.99 | 29.15 | - |
| YUV | 143.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 143 | 0 | 0.52 | 0.34 | 0.15 | 339.82 | 0.6 | 0.63 |
| Hex | DA | 69 | 8F | 0 | 34 | 22 | F | 154 | 3C | 3F |
| Octal | 332 | 151 | 217 | 0 | 64 | 42 | 17 | 524 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10001111 | 0 | 110100 | 100010 | 1111 | 101010100 | 111100 | 111111 |
Color Harmonies of #DA698F
Complementary color
Monochromatic Colors of #DA698F
Black with #DA698F
Text Example
Text Example
White with #DA698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA698F; }
p { color: rgb(218,105,143); }
H1.HeaderClassName
{
color: #DA698F;
}
.AnyTagClassName
{
color: #DA698F;
}
</style>
background-color css
<style>
a { background-color: #DA698F; }
a { background-color: rgb(218,105,143); }
div.DivClassName
{
background-color: #DA698F;
}
.BgClassName
{
background-color: #DA698F;
}
</style>
border-color css
<style>
span { border-color: #DA698F; }
span { border-color: rgb(218,105,143); }
td.TdClassName
{
border-color: #DA698F;
}
.TagClassName
{
border-color: #DA698F;
}
</style>