Shades of Pale Violet Red #DA78A0
Tints of Pale Violet Red #DA78A0
RGB
CMYK
RGB Variations
Color information
#DA78A0 (or 0xDA78A0) is known color: Pale Violet Red. HEX triplet: DA, 78 and A0. RGB value is (218,120,160). Sum of RGB (Red+Green+Blue) = 218+120+160=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA78A0 is #25875F. Grayscale: #999999. Windows color (decimal): -2459488 or 10516698. OLE color: 10516698.
HSL color Cylindrical-coordinate representation of color #DA78A0: hue angle of 335.51º 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 #DA78A0 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 160 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.15 |
| HSL | 335.51º | 0.57% | 0.66% | - |
| HSV(B) | 335.51º | 0.45% | 0.85% | - |
| XYZ | 41.98 | 30.88 | 37.01 | - |
| YUV | 153.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 160 | 0 | 0.45 | 0.27 | 0.15 | 335.51 | 0.57 | 0.66 |
| Hex | DA | 78 | A0 | 0 | 2D | 1B | F | 150 | 39 | 42 |
| Octal | 332 | 170 | 240 | 0 | 55 | 33 | 17 | 520 | 71 | 102 |
| Binary | 11011010 | 1111000 | 10100000 | 0 | 101101 | 11011 | 1111 | 101010000 | 111001 | 1000010 |
Color Harmonies of #DA78A0
Complementary color
Monochromatic Colors of #DA78A0
Black with #DA78A0
Text Example
Text Example
White with #DA78A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78A0; }
p { color: rgb(218,120,160); }
H1.HeaderClassName
{
color: #DA78A0;
}
.AnyTagClassName
{
color: #DA78A0;
}
</style>
background-color css
<style>
a { background-color: #DA78A0; }
a { background-color: rgb(218,120,160); }
div.DivClassName
{
background-color: #DA78A0;
}
.BgClassName
{
background-color: #DA78A0;
}
</style>
border-color css
<style>
span { border-color: #DA78A0; }
span { border-color: rgb(218,120,160); }
td.TdClassName
{
border-color: #DA78A0;
}
.TagClassName
{
border-color: #DA78A0;
}
</style>