Shades of Pale Violet Red #DA719C
Tints of Pale Violet Red #DA719C
RGB
CMYK
RGB Variations
Color information
#DA719C (or 0xDA719C) is known color: Pale Violet Red. HEX triplet: DA, 71 and 9C. RGB value is (218,113,156). Sum of RGB (Red+Green+Blue) = 218+113+156=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA719C is #258E63. Grayscale: #959595. Windows color (decimal): -2461284 or 10252762. OLE color: 10252762.
HSL color Cylindrical-coordinate representation of color #DA719C: hue angle of 335.43º degrees, saturation: 0.59, 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 #DA719C is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 156 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.15 |
| HSL | 335.43º | 0.59% | 0.65% | - |
| HSV(B) | 335.43º | 0.48% | 0.85% | - |
| XYZ | 40.82 | 29.12 | 34.92 | - |
| YUV | 149.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 156 | 0 | 0.48 | 0.28 | 0.15 | 335.43 | 0.59 | 0.65 |
| Hex | DA | 71 | 9C | 0 | 30 | 1C | F | 14F | 3B | 41 |
| Octal | 332 | 161 | 234 | 0 | 60 | 34 | 17 | 517 | 73 | 101 |
| Binary | 11011010 | 1110001 | 10011100 | 0 | 110000 | 11100 | 1111 | 101001111 | 111011 | 1000001 |
Color Harmonies of #DA719C
Complementary color
Monochromatic Colors of #DA719C
Black with #DA719C
Text Example
Text Example
White with #DA719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA719C; }
p { color: rgb(218,113,156); }
H1.HeaderClassName
{
color: #DA719C;
}
.AnyTagClassName
{
color: #DA719C;
}
</style>
background-color css
<style>
a { background-color: #DA719C; }
a { background-color: rgb(218,113,156); }
div.DivClassName
{
background-color: #DA719C;
}
.BgClassName
{
background-color: #DA719C;
}
</style>
border-color css
<style>
span { border-color: #DA719C; }
span { border-color: rgb(218,113,156); }
td.TdClassName
{
border-color: #DA719C;
}
.TagClassName
{
border-color: #DA719C;
}
</style>