Shades of Pale Violet Red #DA7998
Tints of Pale Violet Red #DA7998
RGB
CMYK
RGB Variations
Color information
#DA7998 (or 0xDA7998) is known color: Pale Violet Red. HEX triplet: DA, 79 and 98. RGB value is (218,121,152). Sum of RGB (Red+Green+Blue) = 218+121+152=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7998 is #258667. Grayscale: #999999. Windows color (decimal): -2459240 or 9992666. OLE color: 9992666.
HSL color Cylindrical-coordinate representation of color #DA7998: hue angle of 340.82º 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 #DA7998 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 152 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.15 |
| HSL | 340.82º | 0.57% | 0.66% | - |
| HSV(B) | 340.82º | 0.44% | 0.85% | - |
| XYZ | 41.42 | 30.85 | 33.48 | - |
| YUV | 153.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 152 | 0 | 0.44 | 0.30 | 0.15 | 340.82 | 0.57 | 0.66 |
| Hex | DA | 79 | 98 | 0 | 2C | 1E | F | 155 | 39 | 42 |
| Octal | 332 | 171 | 230 | 0 | 54 | 36 | 17 | 525 | 71 | 102 |
| Binary | 11011010 | 1111001 | 10011000 | 0 | 101100 | 11110 | 1111 | 101010101 | 111001 | 1000010 |
Color Harmonies of #DA7998
Complementary color
Monochromatic Colors of #DA7998
Black with #DA7998
Text Example
Text Example
White with #DA7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7998; }
p { color: rgb(218,121,152); }
H1.HeaderClassName
{
color: #DA7998;
}
.AnyTagClassName
{
color: #DA7998;
}
</style>
background-color css
<style>
a { background-color: #DA7998; }
a { background-color: rgb(218,121,152); }
div.DivClassName
{
background-color: #DA7998;
}
.BgClassName
{
background-color: #DA7998;
}
</style>
border-color css
<style>
span { border-color: #DA7998; }
span { border-color: rgb(218,121,152); }
td.TdClassName
{
border-color: #DA7998;
}
.TagClassName
{
border-color: #DA7998;
}
</style>