Shades of Pale Violet Red #DA709C
Tints of Pale Violet Red #DA709C
RGB
CMYK
RGB Variations
Color information
#DA709C (or 0xDA709C) is known color: Pale Violet Red. HEX triplet: DA, 70 and 9C. RGB value is (218,112,156). Sum of RGB (Red+Green+Blue) = 218+112+156=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA709C is #258F63. Grayscale: #949494. Windows color (decimal): -2461540 or 10252506. OLE color: 10252506.
HSL color Cylindrical-coordinate representation of color #DA709C: hue angle of 335.09º 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 #DA709C is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 156 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.15 |
| HSL | 335.09º | 0.59% | 0.65% | - |
| HSV(B) | 335.09º | 0.49% | 0.85% | - |
| XYZ | 40.71 | 28.89 | 34.88 | - |
| YUV | 148.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 156 | 0 | 0.49 | 0.28 | 0.15 | 335.09 | 0.59 | 0.65 |
| Hex | DA | 70 | 9C | 0 | 31 | 1C | F | 14F | 3B | 41 |
| Octal | 332 | 160 | 234 | 0 | 61 | 34 | 17 | 517 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10011100 | 0 | 110001 | 11100 | 1111 | 101001111 | 111011 | 1000001 |
Color Harmonies of #DA709C
Complementary color
Monochromatic Colors of #DA709C
Black with #DA709C
Text Example
Text Example
White with #DA709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA709C; }
p { color: rgb(218,112,156); }
H1.HeaderClassName
{
color: #DA709C;
}
.AnyTagClassName
{
color: #DA709C;
}
</style>
background-color css
<style>
a { background-color: #DA709C; }
a { background-color: rgb(218,112,156); }
div.DivClassName
{
background-color: #DA709C;
}
.BgClassName
{
background-color: #DA709C;
}
</style>
border-color css
<style>
span { border-color: #DA709C; }
span { border-color: rgb(218,112,156); }
td.TdClassName
{
border-color: #DA709C;
}
.TagClassName
{
border-color: #DA709C;
}
</style>