Shades of Pale Violet Red #DA759B
Tints of Pale Violet Red #DA759B
RGB
CMYK
RGB Variations
Color information
#DA759B (or 0xDA759B) is known color: Pale Violet Red. HEX triplet: DA, 75 and 9B. RGB value is (218,117,155). Sum of RGB (Red+Green+Blue) = 218+117+155=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA759B is #258A64. Grayscale: #979797. Windows color (decimal): -2460261 or 10188250. OLE color: 10188250.
HSL color Cylindrical-coordinate representation of color #DA759B: hue angle of 337.43º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA759B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 155 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.15 |
| HSL | 337.43º | 0.58% | 0.66% | - |
| HSV(B) | 337.43º | 0.46% | 0.85% | - |
| XYZ | 41.19 | 29.99 | 34.63 | - |
| YUV | 151.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 155 | 0 | 0.46 | 0.29 | 0.15 | 337.43 | 0.58 | 0.66 |
| Hex | DA | 75 | 9B | 0 | 2E | 1D | F | 151 | 3A | 42 |
| Octal | 332 | 165 | 233 | 0 | 56 | 35 | 17 | 521 | 72 | 102 |
| Binary | 11011010 | 1110101 | 10011011 | 0 | 101110 | 11101 | 1111 | 101010001 | 111010 | 1000010 |
Color Harmonies of #DA759B
Complementary color
Monochromatic Colors of #DA759B
Black with #DA759B
Text Example
Text Example
White with #DA759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA759B; }
p { color: rgb(218,117,155); }
H1.HeaderClassName
{
color: #DA759B;
}
.AnyTagClassName
{
color: #DA759B;
}
</style>
background-color css
<style>
a { background-color: #DA759B; }
a { background-color: rgb(218,117,155); }
div.DivClassName
{
background-color: #DA759B;
}
.BgClassName
{
background-color: #DA759B;
}
</style>
border-color css
<style>
span { border-color: #DA759B; }
span { border-color: rgb(218,117,155); }
td.TdClassName
{
border-color: #DA759B;
}
.TagClassName
{
border-color: #DA759B;
}
</style>