Shades of Pale Violet Red #DA6E93
Tints of Pale Violet Red #DA6E93
RGB
CMYK
RGB Variations
Color information
#DA6E93 (or 0xDA6E93) is known color: Pale Violet Red. HEX triplet: DA, 6E and 93. RGB value is (218,110,147). Sum of RGB (Red+Green+Blue) = 218+110+147=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E93 is #25916C. Grayscale: #929292. Windows color (decimal): -2462061 or 9662170. OLE color: 9662170.
HSL color Cylindrical-coordinate representation of color #DA6E93: hue angle of 339.44º 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 #DA6E93 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 147 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.15 |
| HSL | 339.44º | 0.59% | 0.64% | - |
| HSV(B) | 339.44º | 0.5% | 0.85% | - |
| XYZ | 39.76 | 28.16 | 30.94 | - |
| YUV | 146.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 147 | 0 | 0.50 | 0.33 | 0.15 | 339.44 | 0.59 | 0.64 |
| Hex | DA | 6E | 93 | 0 | 32 | 21 | F | 153 | 3B | 40 |
| Octal | 332 | 156 | 223 | 0 | 62 | 41 | 17 | 523 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10010011 | 0 | 110010 | 100001 | 1111 | 101010011 | 111011 | 1000000 |
Color Harmonies of #DA6E93
Complementary color
Monochromatic Colors of #DA6E93
Black with #DA6E93
Text Example
Text Example
White with #DA6E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E93; }
p { color: rgb(218,110,147); }
H1.HeaderClassName
{
color: #DA6E93;
}
.AnyTagClassName
{
color: #DA6E93;
}
</style>
background-color css
<style>
a { background-color: #DA6E93; }
a { background-color: rgb(218,110,147); }
div.DivClassName
{
background-color: #DA6E93;
}
.BgClassName
{
background-color: #DA6E93;
}
</style>
border-color css
<style>
span { border-color: #DA6E93; }
span { border-color: rgb(218,110,147); }
td.TdClassName
{
border-color: #DA6E93;
}
.TagClassName
{
border-color: #DA6E93;
}
</style>