Shades of Pale Violet Red #DA6E9A
Tints of Pale Violet Red #DA6E9A
RGB
CMYK
RGB Variations
Color information
#DA6E9A (or 0xDA6E9A) is known color: Pale Violet Red. HEX triplet: DA, 6E and 9A. RGB value is (218,110,154). Sum of RGB (Red+Green+Blue) = 218+110+154=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E9A is #259165. Grayscale: #939393. Windows color (decimal): -2462054 or 10120922. OLE color: 10120922.
HSL color Cylindrical-coordinate representation of color #DA6E9A: hue angle of 335.56º 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 #DA6E9A is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 154 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.15 |
| HSL | 335.56º | 0.59% | 0.64% | - |
| HSV(B) | 335.56º | 0.5% | 0.85% | - |
| XYZ | 40.32 | 28.39 | 33.93 | - |
| YUV | 147.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 154 | 0 | 0.50 | 0.29 | 0.15 | 335.56 | 0.59 | 0.64 |
| Hex | DA | 6E | 9A | 0 | 32 | 1D | F | 150 | 3B | 40 |
| Octal | 332 | 156 | 232 | 0 | 62 | 35 | 17 | 520 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10011010 | 0 | 110010 | 11101 | 1111 | 101010000 | 111011 | 1000000 |
Color Harmonies of #DA6E9A
Complementary color
Monochromatic Colors of #DA6E9A
Black with #DA6E9A
Text Example
Text Example
White with #DA6E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E9A; }
p { color: rgb(218,110,154); }
H1.HeaderClassName
{
color: #DA6E9A;
}
.AnyTagClassName
{
color: #DA6E9A;
}
</style>
background-color css
<style>
a { background-color: #DA6E9A; }
a { background-color: rgb(218,110,154); }
div.DivClassName
{
background-color: #DA6E9A;
}
.BgClassName
{
background-color: #DA6E9A;
}
</style>
border-color css
<style>
span { border-color: #DA6E9A; }
span { border-color: rgb(218,110,154); }
td.TdClassName
{
border-color: #DA6E9A;
}
.TagClassName
{
border-color: #DA6E9A;
}
</style>