Shades of Pale Violet Red #DA688E
Tints of Pale Violet Red #DA688E
RGB
CMYK
RGB Variations
Color information
#DA688E (or 0xDA688E) is known color: Pale Violet Red. HEX triplet: DA, 68 and 8E. RGB value is (218,104,142). Sum of RGB (Red+Green+Blue) = 218+104+142=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA688E is #259771. Grayscale: #8E8E8E. Windows color (decimal): -2463602 or 9332954. OLE color: 9332954.
HSL color Cylindrical-coordinate representation of color #DA688E: hue angle of 340º degrees, saturation: 0.61, 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 #DA688E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 142 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.15 |
| HSL | 340º | 0.61% | 0.63% | - |
| HSV(B) | 340º | 0.52% | 0.85% | - |
| XYZ | 38.75 | 26.76 | 28.71 | - |
| YUV | 142.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 142 | 0 | 0.52 | 0.35 | 0.15 | 340 | 0.61 | 0.63 |
| Hex | DA | 68 | 8E | 0 | 34 | 23 | F | 154 | 3D | 3F |
| Octal | 332 | 150 | 216 | 0 | 64 | 43 | 17 | 524 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10001110 | 0 | 110100 | 100011 | 1111 | 101010100 | 111101 | 111111 |
Color Harmonies of #DA688E
Complementary color
Monochromatic Colors of #DA688E
Black with #DA688E
Text Example
Text Example
White with #DA688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA688E; }
p { color: rgb(218,104,142); }
H1.HeaderClassName
{
color: #DA688E;
}
.AnyTagClassName
{
color: #DA688E;
}
</style>
background-color css
<style>
a { background-color: #DA688E; }
a { background-color: rgb(218,104,142); }
div.DivClassName
{
background-color: #DA688E;
}
.BgClassName
{
background-color: #DA688E;
}
</style>
border-color css
<style>
span { border-color: #DA688E; }
span { border-color: rgb(218,104,142); }
td.TdClassName
{
border-color: #DA688E;
}
.TagClassName
{
border-color: #DA688E;
}
</style>