Shades of Pale Violet Red #DA799D
Tints of Pale Violet Red #DA799D
RGB
CMYK
RGB Variations
Color information
#DA799D (or 0xDA799D) is known color: Pale Violet Red. HEX triplet: DA, 79 and 9D. RGB value is (218,121,157). Sum of RGB (Red+Green+Blue) = 218+121+157=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA799D is #258662. Grayscale: #9A9A9A. Windows color (decimal): -2459235 or 10320346. OLE color: 10320346.
HSL color Cylindrical-coordinate representation of color #DA799D: hue angle of 337.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA799D is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 157 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.15 |
| HSL | 337.73º | 0.57% | 0.66% | - |
| HSV(B) | 337.73º | 0.44% | 0.85% | - |
| XYZ | 41.84 | 31.01 | 35.68 | - |
| YUV | 154.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 157 | 0 | 0.44 | 0.28 | 0.15 | 337.73 | 0.57 | 0.66 |
| Hex | DA | 79 | 9D | 0 | 2C | 1C | F | 152 | 39 | 42 |
| Octal | 332 | 171 | 235 | 0 | 54 | 34 | 17 | 522 | 71 | 102 |
| Binary | 11011010 | 1111001 | 10011101 | 0 | 101100 | 11100 | 1111 | 101010010 | 111001 | 1000010 |
Color Harmonies of #DA799D
Complementary color
Monochromatic Colors of #DA799D
Black with #DA799D
Text Example
Text Example
White with #DA799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA799D; }
p { color: rgb(218,121,157); }
H1.HeaderClassName
{
color: #DA799D;
}
.AnyTagClassName
{
color: #DA799D;
}
</style>
background-color css
<style>
a { background-color: #DA799D; }
a { background-color: rgb(218,121,157); }
div.DivClassName
{
background-color: #DA799D;
}
.BgClassName
{
background-color: #DA799D;
}
</style>
border-color css
<style>
span { border-color: #DA799D; }
span { border-color: rgb(218,121,157); }
td.TdClassName
{
border-color: #DA799D;
}
.TagClassName
{
border-color: #DA799D;
}
</style>