Shades of Pale Violet Red #DA789D
Tints of Pale Violet Red #DA789D
RGB
CMYK
RGB Variations
Color information
#DA789D (or 0xDA789D) is known color: Pale Violet Red. HEX triplet: DA, 78 and 9D. RGB value is (218,120,157). Sum of RGB (Red+Green+Blue) = 218+120+157=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA789D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA789D is #258762. Grayscale: #999999. Windows color (decimal): -2459491 or 10320090. OLE color: 10320090.
HSL color Cylindrical-coordinate representation of color #DA789D: hue angle of 337.35º 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 #DA789D is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 157 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.15 |
| HSL | 337.35º | 0.57% | 0.66% | - |
| HSV(B) | 337.35º | 0.45% | 0.85% | - |
| XYZ | 41.72 | 30.77 | 35.64 | - |
| YUV | 153.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 157 | 0 | 0.45 | 0.28 | 0.15 | 337.35 | 0.57 | 0.66 |
| Hex | DA | 78 | 9D | 0 | 2D | 1C | F | 151 | 39 | 42 |
| Octal | 332 | 170 | 235 | 0 | 55 | 34 | 17 | 521 | 71 | 102 |
| Binary | 11011010 | 1111000 | 10011101 | 0 | 101101 | 11100 | 1111 | 101010001 | 111001 | 1000010 |
Color Harmonies of #DA789D
Complementary color
Monochromatic Colors of #DA789D
Black with #DA789D
Text Example
Text Example
White with #DA789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA789D; }
p { color: rgb(218,120,157); }
H1.HeaderClassName
{
color: #DA789D;
}
.AnyTagClassName
{
color: #DA789D;
}
</style>
background-color css
<style>
a { background-color: #DA789D; }
a { background-color: rgb(218,120,157); }
div.DivClassName
{
background-color: #DA789D;
}
.BgClassName
{
background-color: #DA789D;
}
</style>
border-color css
<style>
span { border-color: #DA789D; }
span { border-color: rgb(218,120,157); }
td.TdClassName
{
border-color: #DA789D;
}
.TagClassName
{
border-color: #DA789D;
}
</style>