Shades of Pale Violet Red #DA7299
Tints of Pale Violet Red #DA7299
RGB
CMYK
RGB Variations
Color information
#DA7299 (or 0xDA7299) is known color: Pale Violet Red. HEX triplet: DA, 72 and 99. RGB value is (218,114,153). Sum of RGB (Red+Green+Blue) = 218+114+153=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7299 is #258D66. Grayscale: #959595. Windows color (decimal): -2461031 or 10056410. OLE color: 10056410.
HSL color Cylindrical-coordinate representation of color #DA7299: hue angle of 337.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7299 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 153 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.15 |
| HSL | 337.5º | 0.58% | 0.65% | - |
| HSV(B) | 337.5º | 0.48% | 0.85% | - |
| XYZ | 40.68 | 29.24 | 33.64 | - |
| YUV | 149.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 153 | 0 | 0.48 | 0.30 | 0.15 | 337.5 | 0.58 | 0.65 |
| Hex | DA | 72 | 99 | 0 | 30 | 1E | F | 152 | 3A | 41 |
| Octal | 332 | 162 | 231 | 0 | 60 | 36 | 17 | 522 | 72 | 101 |
| Binary | 11011010 | 1110010 | 10011001 | 0 | 110000 | 11110 | 1111 | 101010010 | 111010 | 1000001 |
Color Harmonies of #DA7299
Complementary color
Monochromatic Colors of #DA7299
Black with #DA7299
Text Example
Text Example
White with #DA7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7299; }
p { color: rgb(218,114,153); }
H1.HeaderClassName
{
color: #DA7299;
}
.AnyTagClassName
{
color: #DA7299;
}
</style>
background-color css
<style>
a { background-color: #DA7299; }
a { background-color: rgb(218,114,153); }
div.DivClassName
{
background-color: #DA7299;
}
.BgClassName
{
background-color: #DA7299;
}
</style>
border-color css
<style>
span { border-color: #DA7299; }
span { border-color: rgb(218,114,153); }
td.TdClassName
{
border-color: #DA7299;
}
.TagClassName
{
border-color: #DA7299;
}
</style>