Shades of Pale Violet Red #DA6E8C
Tints of Pale Violet Red #DA6E8C
RGB
CMYK
RGB Variations
Color information
#DA6E8C (or 0xDA6E8C) is known color: Pale Violet Red. HEX triplet: DA, 6E and 8C. RGB value is (218,110,140). Sum of RGB (Red+Green+Blue) = 218+110+140=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E8C is #259173. Grayscale: #919191. Windows color (decimal): -2462068 or 9203418. OLE color: 9203418.
HSL color Cylindrical-coordinate representation of color #DA6E8C: hue angle of 343.33º 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 #DA6E8C is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 140 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.15 |
| HSL | 343.33º | 0.59% | 0.64% | - |
| HSV(B) | 343.33º | 0.5% | 0.85% | - |
| XYZ | 39.22 | 27.95 | 28.14 | - |
| YUV | 145.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 140 | 0 | 0.50 | 0.36 | 0.15 | 343.33 | 0.59 | 0.64 |
| Hex | DA | 6E | 8C | 0 | 32 | 24 | F | 157 | 3B | 40 |
| Octal | 332 | 156 | 214 | 0 | 62 | 44 | 17 | 527 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10001100 | 0 | 110010 | 100100 | 1111 | 101010111 | 111011 | 1000000 |
Color Harmonies of #DA6E8C
Complementary color
Monochromatic Colors of #DA6E8C
Black with #DA6E8C
Text Example
Text Example
White with #DA6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E8C; }
p { color: rgb(218,110,140); }
H1.HeaderClassName
{
color: #DA6E8C;
}
.AnyTagClassName
{
color: #DA6E8C;
}
</style>
background-color css
<style>
a { background-color: #DA6E8C; }
a { background-color: rgb(218,110,140); }
div.DivClassName
{
background-color: #DA6E8C;
}
.BgClassName
{
background-color: #DA6E8C;
}
</style>
border-color css
<style>
span { border-color: #DA6E8C; }
span { border-color: rgb(218,110,140); }
td.TdClassName
{
border-color: #DA6E8C;
}
.TagClassName
{
border-color: #DA6E8C;
}
</style>