Shades of Pale Violet Red #DA7894
Tints of Pale Violet Red #DA7894
RGB
CMYK
RGB Variations
Color information
#DA7894 (or 0xDA7894) is known color: Pale Violet Red. HEX triplet: DA, 78 and 94. RGB value is (218,120,148). Sum of RGB (Red+Green+Blue) = 218+120+148=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7894 is #25876B. Grayscale: #989898. Windows color (decimal): -2459500 or 9730266. OLE color: 9730266.
HSL color Cylindrical-coordinate representation of color #DA7894: hue angle of 342.86º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7894 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 148 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.15 |
| HSL | 342.86º | 0.57% | 0.66% | - |
| HSV(B) | 342.86º | 0.45% | 0.85% | - |
| XYZ | 40.98 | 30.48 | 31.74 | - |
| YUV | 152.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 148 | 0 | 0.45 | 0.32 | 0.15 | 342.86 | 0.57 | 0.66 |
| Hex | DA | 78 | 94 | 0 | 2D | 20 | F | 157 | 39 | 42 |
| Octal | 332 | 170 | 224 | 0 | 55 | 40 | 17 | 527 | 71 | 102 |
| Binary | 11011010 | 1111000 | 10010100 | 0 | 101101 | 100000 | 1111 | 101010111 | 111001 | 1000010 |
Color Harmonies of #DA7894
Complementary color
Monochromatic Colors of #DA7894
Black with #DA7894
Text Example
Text Example
White with #DA7894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7894; }
p { color: rgb(218,120,148); }
H1.HeaderClassName
{
color: #DA7894;
}
.AnyTagClassName
{
color: #DA7894;
}
</style>
background-color css
<style>
a { background-color: #DA7894; }
a { background-color: rgb(218,120,148); }
div.DivClassName
{
background-color: #DA7894;
}
.BgClassName
{
background-color: #DA7894;
}
</style>
border-color css
<style>
span { border-color: #DA7894; }
span { border-color: rgb(218,120,148); }
td.TdClassName
{
border-color: #DA7894;
}
.TagClassName
{
border-color: #DA7894;
}
</style>