Shades of Pale Violet Red #DA689B
Tints of Pale Violet Red #DA689B
RGB
CMYK
RGB Variations
Color information
#DA689B (or 0xDA689B) is known color: Pale Violet Red. HEX triplet: DA, 68 and 9B. RGB value is (218,104,155). Sum of RGB (Red+Green+Blue) = 218+104+155=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA689B is #259764. Grayscale: #8F8F8F. Windows color (decimal): -2463589 or 10184922. OLE color: 10184922.
HSL color Cylindrical-coordinate representation of color #DA689B: hue angle of 333.16º 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 #DA689B is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 155 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.15 |
| HSL | 333.16º | 0.61% | 0.63% | - |
| HSV(B) | 333.16º | 0.52% | 0.85% | - |
| XYZ | 39.78 | 27.17 | 34.16 | - |
| YUV | 143.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 155 | 0 | 0.52 | 0.29 | 0.15 | 333.16 | 0.61 | 0.63 |
| Hex | DA | 68 | 9B | 0 | 34 | 1D | F | 14D | 3D | 3F |
| Octal | 332 | 150 | 233 | 0 | 64 | 35 | 17 | 515 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10011011 | 0 | 110100 | 11101 | 1111 | 101001101 | 111101 | 111111 |
Color Harmonies of #DA689B
Complementary color
Monochromatic Colors of #DA689B
Black with #DA689B
Text Example
Text Example
White with #DA689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA689B; }
p { color: rgb(218,104,155); }
H1.HeaderClassName
{
color: #DA689B;
}
.AnyTagClassName
{
color: #DA689B;
}
</style>
background-color css
<style>
a { background-color: #DA689B; }
a { background-color: rgb(218,104,155); }
div.DivClassName
{
background-color: #DA689B;
}
.BgClassName
{
background-color: #DA689B;
}
</style>
border-color css
<style>
span { border-color: #DA689B; }
span { border-color: rgb(218,104,155); }
td.TdClassName
{
border-color: #DA689B;
}
.TagClassName
{
border-color: #DA689B;
}
</style>