Shades of Pale Violet Red #DA6690
Tints of Pale Violet Red #DA6690
RGB
CMYK
RGB Variations
Color information
#DA6690 (or 0xDA6690) is known color: Pale Violet Red. HEX triplet: DA, 66 and 90. RGB value is (218,102,144). Sum of RGB (Red+Green+Blue) = 218+102+144=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6690 is #25996F. Grayscale: #8D8D8D. Windows color (decimal): -2464112 or 9463514. OLE color: 9463514.
HSL color Cylindrical-coordinate representation of color #DA6690: hue angle of 338.28º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6690 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 144 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.15 |
| HSL | 338.28º | 0.61% | 0.63% | - |
| HSV(B) | 338.28º | 0.53% | 0.85% | - |
| XYZ | 38.7 | 26.42 | 29.45 | - |
| YUV | 141.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 144 | 0 | 0.53 | 0.34 | 0.15 | 338.28 | 0.61 | 0.63 |
| Hex | DA | 66 | 90 | 0 | 35 | 22 | F | 152 | 3D | 3F |
| Octal | 332 | 146 | 220 | 0 | 65 | 42 | 17 | 522 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10010000 | 0 | 110101 | 100010 | 1111 | 101010010 | 111101 | 111111 |
Color Harmonies of #DA6690
Complementary color
Monochromatic Colors of #DA6690
Black with #DA6690
Text Example
Text Example
White with #DA6690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6690; }
p { color: rgb(218,102,144); }
H1.HeaderClassName
{
color: #DA6690;
}
.AnyTagClassName
{
color: #DA6690;
}
</style>
background-color css
<style>
a { background-color: #DA6690; }
a { background-color: rgb(218,102,144); }
div.DivClassName
{
background-color: #DA6690;
}
.BgClassName
{
background-color: #DA6690;
}
</style>
border-color css
<style>
span { border-color: #DA6690; }
span { border-color: rgb(218,102,144); }
td.TdClassName
{
border-color: #DA6690;
}
.TagClassName
{
border-color: #DA6690;
}
</style>