Shades of Pale Violet Red #DA739B
Tints of Pale Violet Red #DA739B
RGB
CMYK
RGB Variations
Color information
#DA739B (or 0xDA739B) is known color: Pale Violet Red. HEX triplet: DA, 73 and 9B. RGB value is (218,115,155). Sum of RGB (Red+Green+Blue) = 218+115+155=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA739B is #258C64. Grayscale: #969696. Windows color (decimal): -2460773 or 10187738. OLE color: 10187738.
HSL color Cylindrical-coordinate representation of color #DA739B: hue angle of 336.7º 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 #DA739B is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 155 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.15 |
| HSL | 336.7º | 0.58% | 0.65% | - |
| HSV(B) | 336.7º | 0.47% | 0.85% | - |
| XYZ | 40.96 | 29.53 | 34.55 | - |
| YUV | 150.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 155 | 0 | 0.47 | 0.29 | 0.15 | 336.7 | 0.58 | 0.65 |
| Hex | DA | 73 | 9B | 0 | 2F | 1D | F | 151 | 3A | 41 |
| Octal | 332 | 163 | 233 | 0 | 57 | 35 | 17 | 521 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10011011 | 0 | 101111 | 11101 | 1111 | 101010001 | 111010 | 1000001 |
Color Harmonies of #DA739B
Complementary color
Monochromatic Colors of #DA739B
Black with #DA739B
Text Example
Text Example
White with #DA739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA739B; }
p { color: rgb(218,115,155); }
H1.HeaderClassName
{
color: #DA739B;
}
.AnyTagClassName
{
color: #DA739B;
}
</style>
background-color css
<style>
a { background-color: #DA739B; }
a { background-color: rgb(218,115,155); }
div.DivClassName
{
background-color: #DA739B;
}
.BgClassName
{
background-color: #DA739B;
}
</style>
border-color css
<style>
span { border-color: #DA739B; }
span { border-color: rgb(218,115,155); }
td.TdClassName
{
border-color: #DA739B;
}
.TagClassName
{
border-color: #DA739B;
}
</style>