Shades of Pale Violet Red #DA789F
Tints of Pale Violet Red #DA789F
RGB
CMYK
RGB Variations
Color information
#DA789F (or 0xDA789F) is known color: Pale Violet Red. HEX triplet: DA, 78 and 9F. RGB value is (218,120,159). Sum of RGB (Red+Green+Blue) = 218+120+159=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA789F is #258760. Grayscale: #999999. Windows color (decimal): -2459489 or 10451162. OLE color: 10451162.
HSL color Cylindrical-coordinate representation of color #DA789F: hue angle of 336.12º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA789F is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 159 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.15 |
| HSL | 336.12º | 0.57% | 0.66% | - |
| HSV(B) | 336.12º | 0.45% | 0.85% | - |
| XYZ | 41.89 | 30.84 | 36.55 | - |
| YUV | 153.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 159 | 0 | 0.45 | 0.27 | 0.15 | 336.12 | 0.57 | 0.66 |
| Hex | DA | 78 | 9F | 0 | 2D | 1B | F | 150 | 39 | 42 |
| Octal | 332 | 170 | 237 | 0 | 55 | 33 | 17 | 520 | 71 | 102 |
| Binary | 11011010 | 1111000 | 10011111 | 0 | 101101 | 11011 | 1111 | 101010000 | 111001 | 1000010 |
Color Harmonies of #DA789F
Complementary color
Monochromatic Colors of #DA789F
Black with #DA789F
Text Example
Text Example
White with #DA789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA789F; }
p { color: rgb(218,120,159); }
H1.HeaderClassName
{
color: #DA789F;
}
.AnyTagClassName
{
color: #DA789F;
}
</style>
background-color css
<style>
a { background-color: #DA789F; }
a { background-color: rgb(218,120,159); }
div.DivClassName
{
background-color: #DA789F;
}
.BgClassName
{
background-color: #DA789F;
}
</style>
border-color css
<style>
span { border-color: #DA789F; }
span { border-color: rgb(218,120,159); }
td.TdClassName
{
border-color: #DA789F;
}
.TagClassName
{
border-color: #DA789F;
}
</style>