Shades of Pale Violet Red #DA688C
Tints of Pale Violet Red #DA688C
RGB
CMYK
RGB Variations
Color information
#DA688C (or 0xDA688C) is known color: Pale Violet Red. HEX triplet: DA, 68 and 8C. RGB value is (218,104,140). Sum of RGB (Red+Green+Blue) = 218+104+140=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA688C is #259773. Grayscale: #8E8E8E. Windows color (decimal): -2463604 or 9201882. OLE color: 9201882.
HSL color Cylindrical-coordinate representation of color #DA688C: hue angle of 341.05º 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 #DA688C is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 140 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.15 |
| HSL | 341.05º | 0.61% | 0.63% | - |
| HSV(B) | 341.05º | 0.52% | 0.85% | - |
| XYZ | 38.6 | 26.7 | 27.93 | - |
| YUV | 142.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 140 | 0 | 0.52 | 0.36 | 0.15 | 341.05 | 0.61 | 0.63 |
| Hex | DA | 68 | 8C | 0 | 34 | 24 | F | 155 | 3D | 3F |
| Octal | 332 | 150 | 214 | 0 | 64 | 44 | 17 | 525 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10001100 | 0 | 110100 | 100100 | 1111 | 101010101 | 111101 | 111111 |
Color Harmonies of #DA688C
Complementary color
Monochromatic Colors of #DA688C
Black with #DA688C
Text Example
Text Example
White with #DA688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA688C; }
p { color: rgb(218,104,140); }
H1.HeaderClassName
{
color: #DA688C;
}
.AnyTagClassName
{
color: #DA688C;
}
</style>
background-color css
<style>
a { background-color: #DA688C; }
a { background-color: rgb(218,104,140); }
div.DivClassName
{
background-color: #DA688C;
}
.BgClassName
{
background-color: #DA688C;
}
</style>
border-color css
<style>
span { border-color: #DA688C; }
span { border-color: rgb(218,104,140); }
td.TdClassName
{
border-color: #DA688C;
}
.TagClassName
{
border-color: #DA688C;
}
</style>