Shades of Pale Violet Red #DA739D
Tints of Pale Violet Red #DA739D
RGB
CMYK
RGB Variations
Color information
#DA739D (or 0xDA739D) is known color: Pale Violet Red. HEX triplet: DA, 73 and 9D. RGB value is (218,115,157). Sum of RGB (Red+Green+Blue) = 218+115+157=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA739D is #258C62. Grayscale: #969696. Windows color (decimal): -2460771 or 10318810. OLE color: 10318810.
HSL color Cylindrical-coordinate representation of color #DA739D: hue angle of 335.53º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA739D is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 157 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.15 |
| HSL | 335.53º | 0.58% | 0.65% | - |
| HSV(B) | 335.53º | 0.47% | 0.85% | - |
| XYZ | 41.13 | 29.6 | 35.44 | - |
| YUV | 150.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 157 | 0 | 0.47 | 0.28 | 0.15 | 335.53 | 0.58 | 0.65 |
| Hex | DA | 73 | 9D | 0 | 2F | 1C | F | 150 | 3A | 41 |
| Octal | 332 | 163 | 235 | 0 | 57 | 34 | 17 | 520 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10011101 | 0 | 101111 | 11100 | 1111 | 101010000 | 111010 | 1000001 |
Color Harmonies of #DA739D
Complementary color
Monochromatic Colors of #DA739D
Black with #DA739D
Text Example
Text Example
White with #DA739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA739D; }
p { color: rgb(218,115,157); }
H1.HeaderClassName
{
color: #DA739D;
}
.AnyTagClassName
{
color: #DA739D;
}
</style>
background-color css
<style>
a { background-color: #DA739D; }
a { background-color: rgb(218,115,157); }
div.DivClassName
{
background-color: #DA739D;
}
.BgClassName
{
background-color: #DA739D;
}
</style>
border-color css
<style>
span { border-color: #DA739D; }
span { border-color: rgb(218,115,157); }
td.TdClassName
{
border-color: #DA739D;
}
.TagClassName
{
border-color: #DA739D;
}
</style>