Shades of Pale Violet Red #DA688A
Tints of Pale Violet Red #DA688A
RGB
CMYK
RGB Variations
Color information
#DA688A (or 0xDA688A) is known color: Pale Violet Red. HEX triplet: DA, 68 and 8A. RGB value is (218,104,138). Sum of RGB (Red+Green+Blue) = 218+104+138=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA688A is #259775. Grayscale: #8D8D8D. Windows color (decimal): -2463606 or 9070810. OLE color: 9070810.
HSL color Cylindrical-coordinate representation of color #DA688A: hue angle of 342.11º 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 #DA688A is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 138 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.15 |
| HSL | 342.11º | 0.61% | 0.63% | - |
| HSV(B) | 342.11º | 0.52% | 0.85% | - |
| XYZ | 38.45 | 26.64 | 27.16 | - |
| YUV | 141.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 138 | 0 | 0.52 | 0.37 | 0.15 | 342.11 | 0.61 | 0.63 |
| Hex | DA | 68 | 8A | 0 | 34 | 25 | F | 156 | 3D | 3F |
| Octal | 332 | 150 | 212 | 0 | 64 | 45 | 17 | 526 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10001010 | 0 | 110100 | 100101 | 1111 | 101010110 | 111101 | 111111 |
Color Harmonies of #DA688A
Complementary color
Monochromatic Colors of #DA688A
Black with #DA688A
Text Example
Text Example
White with #DA688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA688A; }
p { color: rgb(218,104,138); }
H1.HeaderClassName
{
color: #DA688A;
}
.AnyTagClassName
{
color: #DA688A;
}
</style>
background-color css
<style>
a { background-color: #DA688A; }
a { background-color: rgb(218,104,138); }
div.DivClassName
{
background-color: #DA688A;
}
.BgClassName
{
background-color: #DA688A;
}
</style>
border-color css
<style>
span { border-color: #DA688A; }
span { border-color: rgb(218,104,138); }
td.TdClassName
{
border-color: #DA688A;
}
.TagClassName
{
border-color: #DA688A;
}
</style>