Shades of Pale Violet Red #DA7992
Tints of Pale Violet Red #DA7992
RGB
CMYK
RGB Variations
Color information
#DA7992 (or 0xDA7992) is known color: Pale Violet Red. HEX triplet: DA, 79 and 92. RGB value is (218,121,146). Sum of RGB (Red+Green+Blue) = 218+121+146=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7992 is #25866D. Grayscale: #989898. Windows color (decimal): -2459246 or 9599450. OLE color: 9599450.
HSL color Cylindrical-coordinate representation of color #DA7992: hue angle of 344.54º 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 #DA7992 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 146 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.15 |
| HSL | 344.54º | 0.57% | 0.66% | - |
| HSV(B) | 344.54º | 0.44% | 0.85% | - |
| XYZ | 40.94 | 30.66 | 30.95 | - |
| YUV | 152.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 146 | 0 | 0.44 | 0.33 | 0.15 | 344.54 | 0.57 | 0.66 |
| Hex | DA | 79 | 92 | 0 | 2C | 21 | F | 159 | 39 | 42 |
| Octal | 332 | 171 | 222 | 0 | 54 | 41 | 17 | 531 | 71 | 102 |
| Binary | 11011010 | 1111001 | 10010010 | 0 | 101100 | 100001 | 1111 | 101011001 | 111001 | 1000010 |
Color Harmonies of #DA7992
Complementary color
Monochromatic Colors of #DA7992
Black with #DA7992
Text Example
Text Example
White with #DA7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7992; }
p { color: rgb(218,121,146); }
H1.HeaderClassName
{
color: #DA7992;
}
.AnyTagClassName
{
color: #DA7992;
}
</style>
background-color css
<style>
a { background-color: #DA7992; }
a { background-color: rgb(218,121,146); }
div.DivClassName
{
background-color: #DA7992;
}
.BgClassName
{
background-color: #DA7992;
}
</style>
border-color css
<style>
span { border-color: #DA7992; }
span { border-color: rgb(218,121,146); }
td.TdClassName
{
border-color: #DA7992;
}
.TagClassName
{
border-color: #DA7992;
}
</style>