Shades of Pale Violet Red #DA7694
Tints of Pale Violet Red #DA7694
RGB
CMYK
RGB Variations
Color information
#DA7694 (or 0xDA7694) is known color: Pale Violet Red. HEX triplet: DA, 76 and 94. RGB value is (218,118,148). Sum of RGB (Red+Green+Blue) = 218+118+148=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7694 is #25896B. Grayscale: #979797. Windows color (decimal): -2460012 or 9729754. OLE color: 9729754.
HSL color Cylindrical-coordinate representation of color #DA7694: hue angle of 342º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7694 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 148 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.15 |
| HSL | 342º | 0.57% | 0.66% | - |
| HSV(B) | 342º | 0.46% | 0.85% | - |
| XYZ | 40.74 | 30 | 31.66 | - |
| YUV | 151.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 148 | 0 | 0.46 | 0.32 | 0.15 | 342 | 0.57 | 0.66 |
| Hex | DA | 76 | 94 | 0 | 2E | 20 | F | 156 | 39 | 42 |
| Octal | 332 | 166 | 224 | 0 | 56 | 40 | 17 | 526 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10010100 | 0 | 101110 | 100000 | 1111 | 101010110 | 111001 | 1000010 |
Color Harmonies of #DA7694
Complementary color
Monochromatic Colors of #DA7694
Black with #DA7694
Text Example
Text Example
White with #DA7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7694; }
p { color: rgb(218,118,148); }
H1.HeaderClassName
{
color: #DA7694;
}
.AnyTagClassName
{
color: #DA7694;
}
</style>
background-color css
<style>
a { background-color: #DA7694; }
a { background-color: rgb(218,118,148); }
div.DivClassName
{
background-color: #DA7694;
}
.BgClassName
{
background-color: #DA7694;
}
</style>
border-color css
<style>
span { border-color: #DA7694; }
span { border-color: rgb(218,118,148); }
td.TdClassName
{
border-color: #DA7694;
}
.TagClassName
{
border-color: #DA7694;
}
</style>