Shades of Pale Violet Red #DA689A
Tints of Pale Violet Red #DA689A
RGB
CMYK
RGB Variations
Color information
#DA689A (or 0xDA689A) is known color: Pale Violet Red. HEX triplet: DA, 68 and 9A. RGB value is (218,104,154). Sum of RGB (Red+Green+Blue) = 218+104+154=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA689A is #259765. Grayscale: #8F8F8F. Windows color (decimal): -2463590 or 10119386. OLE color: 10119386.
HSL color Cylindrical-coordinate representation of color #DA689A: hue angle of 333.68º 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 #DA689A is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 154 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.15 |
| HSL | 333.68º | 0.61% | 0.63% | - |
| HSV(B) | 333.68º | 0.52% | 0.85% | - |
| XYZ | 39.7 | 27.14 | 33.72 | - |
| YUV | 143.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 154 | 0 | 0.52 | 0.29 | 0.15 | 333.68 | 0.61 | 0.63 |
| Hex | DA | 68 | 9A | 0 | 34 | 1D | F | 14E | 3D | 3F |
| Octal | 332 | 150 | 232 | 0 | 64 | 35 | 17 | 516 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10011010 | 0 | 110100 | 11101 | 1111 | 101001110 | 111101 | 111111 |
Color Harmonies of #DA689A
Complementary color
Monochromatic Colors of #DA689A
Black with #DA689A
Text Example
Text Example
White with #DA689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA689A; }
p { color: rgb(218,104,154); }
H1.HeaderClassName
{
color: #DA689A;
}
.AnyTagClassName
{
color: #DA689A;
}
</style>
background-color css
<style>
a { background-color: #DA689A; }
a { background-color: rgb(218,104,154); }
div.DivClassName
{
background-color: #DA689A;
}
.BgClassName
{
background-color: #DA689A;
}
</style>
border-color css
<style>
span { border-color: #DA689A; }
span { border-color: rgb(218,104,154); }
td.TdClassName
{
border-color: #DA689A;
}
.TagClassName
{
border-color: #DA689A;
}
</style>