Shades of Pale Violet Red #DA709B
Tints of Pale Violet Red #DA709B
RGB
CMYK
RGB Variations
Color information
#DA709B (or 0xDA709B) is known color: Pale Violet Red. HEX triplet: DA, 70 and 9B. RGB value is (218,112,155). Sum of RGB (Red+Green+Blue) = 218+112+155=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA709B is #258F64. Grayscale: #949494. Windows color (decimal): -2461541 or 10186970. OLE color: 10186970.
HSL color Cylindrical-coordinate representation of color #DA709B: hue angle of 335.66º 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 #DA709B is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 155 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.15 |
| HSL | 335.66º | 0.59% | 0.65% | - |
| HSV(B) | 335.66º | 0.49% | 0.85% | - |
| XYZ | 40.62 | 28.86 | 34.44 | - |
| YUV | 148.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 155 | 0 | 0.49 | 0.29 | 0.15 | 335.66 | 0.59 | 0.65 |
| Hex | DA | 70 | 9B | 0 | 31 | 1D | F | 150 | 3B | 41 |
| Octal | 332 | 160 | 233 | 0 | 61 | 35 | 17 | 520 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10011011 | 0 | 110001 | 11101 | 1111 | 101010000 | 111011 | 1000001 |
Color Harmonies of #DA709B
Complementary color
Monochromatic Colors of #DA709B
Black with #DA709B
Text Example
Text Example
White with #DA709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA709B; }
p { color: rgb(218,112,155); }
H1.HeaderClassName
{
color: #DA709B;
}
.AnyTagClassName
{
color: #DA709B;
}
</style>
background-color css
<style>
a { background-color: #DA709B; }
a { background-color: rgb(218,112,155); }
div.DivClassName
{
background-color: #DA709B;
}
.BgClassName
{
background-color: #DA709B;
}
</style>
border-color css
<style>
span { border-color: #DA709B; }
span { border-color: rgb(218,112,155); }
td.TdClassName
{
border-color: #DA709B;
}
.TagClassName
{
border-color: #DA709B;
}
</style>