Shades of Pale Violet Red #DA7995
Tints of Pale Violet Red #DA7995
RGB
CMYK
RGB Variations
Color information
#DA7995 (or 0xDA7995) is known color: Pale Violet Red. HEX triplet: DA, 79 and 95. RGB value is (218,121,149). Sum of RGB (Red+Green+Blue) = 218+121+149=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7995 is #25866A. Grayscale: #999999. Windows color (decimal): -2459243 or 9796058. OLE color: 9796058.
HSL color Cylindrical-coordinate representation of color #DA7995: hue angle of 342.68º 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 #DA7995 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 149 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.15 |
| HSL | 342.68º | 0.57% | 0.66% | - |
| HSV(B) | 342.68º | 0.44% | 0.85% | - |
| XYZ | 41.18 | 30.75 | 32.2 | - |
| YUV | 153.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 149 | 0 | 0.44 | 0.32 | 0.15 | 342.68 | 0.57 | 0.66 |
| Hex | DA | 79 | 95 | 0 | 2C | 20 | F | 157 | 39 | 42 |
| Octal | 332 | 171 | 225 | 0 | 54 | 40 | 17 | 527 | 71 | 102 |
| Binary | 11011010 | 1111001 | 10010101 | 0 | 101100 | 100000 | 1111 | 101010111 | 111001 | 1000010 |
Color Harmonies of #DA7995
Complementary color
Monochromatic Colors of #DA7995
Black with #DA7995
Text Example
Text Example
White with #DA7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7995; }
p { color: rgb(218,121,149); }
H1.HeaderClassName
{
color: #DA7995;
}
.AnyTagClassName
{
color: #DA7995;
}
</style>
background-color css
<style>
a { background-color: #DA7995; }
a { background-color: rgb(218,121,149); }
div.DivClassName
{
background-color: #DA7995;
}
.BgClassName
{
background-color: #DA7995;
}
</style>
border-color css
<style>
span { border-color: #DA7995; }
span { border-color: rgb(218,121,149); }
td.TdClassName
{
border-color: #DA7995;
}
.TagClassName
{
border-color: #DA7995;
}
</style>