Shades of Pale Violet Red #DA708D
Tints of Pale Violet Red #DA708D
RGB
CMYK
RGB Variations
Color information
#DA708D (or 0xDA708D) is known color: Pale Violet Red. HEX triplet: DA, 70 and 8D. RGB value is (218,112,141). Sum of RGB (Red+Green+Blue) = 218+112+141=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA708D is #258F72. Grayscale: #929292. Windows color (decimal): -2461555 or 9269466. OLE color: 9269466.
HSL color Cylindrical-coordinate representation of color #DA708D: hue angle of 343.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA708D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 141 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.15 |
| HSL | 343.58º | 0.59% | 0.65% | - |
| HSV(B) | 343.58º | 0.49% | 0.85% | - |
| XYZ | 39.52 | 28.42 | 28.6 | - |
| YUV | 147 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 141 | 0 | 0.49 | 0.35 | 0.15 | 343.58 | 0.59 | 0.65 |
| Hex | DA | 70 | 8D | 0 | 31 | 23 | F | 158 | 3B | 41 |
| Octal | 332 | 160 | 215 | 0 | 61 | 43 | 17 | 530 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10001101 | 0 | 110001 | 100011 | 1111 | 101011000 | 111011 | 1000001 |
Color Harmonies of #DA708D
Complementary color
Monochromatic Colors of #DA708D
Black with #DA708D
Text Example
Text Example
White with #DA708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA708D; }
p { color: rgb(218,112,141); }
H1.HeaderClassName
{
color: #DA708D;
}
.AnyTagClassName
{
color: #DA708D;
}
</style>
background-color css
<style>
a { background-color: #DA708D; }
a { background-color: rgb(218,112,141); }
div.DivClassName
{
background-color: #DA708D;
}
.BgClassName
{
background-color: #DA708D;
}
</style>
border-color css
<style>
span { border-color: #DA708D; }
span { border-color: rgb(218,112,141); }
td.TdClassName
{
border-color: #DA708D;
}
.TagClassName
{
border-color: #DA708D;
}
</style>