Shades of Pale Violet Red #DA719B
Tints of Pale Violet Red #DA719B
RGB
CMYK
RGB Variations
Color information
#DA719B (or 0xDA719B) is known color: Pale Violet Red. HEX triplet: DA, 71 and 9B. RGB value is (218,113,155). Sum of RGB (Red+Green+Blue) = 218+113+155=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA719B is #258E64. Grayscale: #959595. Windows color (decimal): -2461285 or 10187226. OLE color: 10187226.
HSL color Cylindrical-coordinate representation of color #DA719B: hue angle of 336º 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 #DA719B is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 155 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.15 |
| HSL | 336º | 0.59% | 0.65% | - |
| HSV(B) | 336º | 0.48% | 0.85% | - |
| XYZ | 40.73 | 29.08 | 34.48 | - |
| YUV | 149.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 155 | 0 | 0.48 | 0.29 | 0.15 | 336 | 0.59 | 0.65 |
| Hex | DA | 71 | 9B | 0 | 30 | 1D | F | 150 | 3B | 41 |
| Octal | 332 | 161 | 233 | 0 | 60 | 35 | 17 | 520 | 73 | 101 |
| Binary | 11011010 | 1110001 | 10011011 | 0 | 110000 | 11101 | 1111 | 101010000 | 111011 | 1000001 |
Color Harmonies of #DA719B
Complementary color
Monochromatic Colors of #DA719B
Black with #DA719B
Text Example
Text Example
White with #DA719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA719B; }
p { color: rgb(218,113,155); }
H1.HeaderClassName
{
color: #DA719B;
}
.AnyTagClassName
{
color: #DA719B;
}
</style>
background-color css
<style>
a { background-color: #DA719B; }
a { background-color: rgb(218,113,155); }
div.DivClassName
{
background-color: #DA719B;
}
.BgClassName
{
background-color: #DA719B;
}
</style>
border-color css
<style>
span { border-color: #DA719B; }
span { border-color: rgb(218,113,155); }
td.TdClassName
{
border-color: #DA719B;
}
.TagClassName
{
border-color: #DA719B;
}
</style>