Shades of Pale Violet Red #DA6E9F
Tints of Pale Violet Red #DA6E9F
RGB
CMYK
RGB Variations
Color information
#DA6E9F (or 0xDA6E9F) is known color: Pale Violet Red. HEX triplet: DA, 6E and 9F. RGB value is (218,110,159). Sum of RGB (Red+Green+Blue) = 218+110+159=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E9F is #259160. Grayscale: #939393. Windows color (decimal): -2462049 or 10448602. OLE color: 10448602.
HSL color Cylindrical-coordinate representation of color #DA6E9F: hue angle of 332.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6E9F is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 159 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.15 |
| HSL | 332.78º | 0.59% | 0.64% | - |
| HSV(B) | 332.78º | 0.5% | 0.85% | - |
| XYZ | 40.75 | 28.56 | 36.17 | - |
| YUV | 147.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 159 | 0 | 0.50 | 0.27 | 0.15 | 332.78 | 0.59 | 0.64 |
| Hex | DA | 6E | 9F | 0 | 32 | 1B | F | 14D | 3B | 40 |
| Octal | 332 | 156 | 237 | 0 | 62 | 33 | 17 | 515 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10011111 | 0 | 110010 | 11011 | 1111 | 101001101 | 111011 | 1000000 |
Color Harmonies of #DA6E9F
Complementary color
Monochromatic Colors of #DA6E9F
Black with #DA6E9F
Text Example
Text Example
White with #DA6E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E9F; }
p { color: rgb(218,110,159); }
H1.HeaderClassName
{
color: #DA6E9F;
}
.AnyTagClassName
{
color: #DA6E9F;
}
</style>
background-color css
<style>
a { background-color: #DA6E9F; }
a { background-color: rgb(218,110,159); }
div.DivClassName
{
background-color: #DA6E9F;
}
.BgClassName
{
background-color: #DA6E9F;
}
</style>
border-color css
<style>
span { border-color: #DA6E9F; }
span { border-color: rgb(218,110,159); }
td.TdClassName
{
border-color: #DA6E9F;
}
.TagClassName
{
border-color: #DA6E9F;
}
</style>