Shades of Pale Violet Red #DA749D
Tints of Pale Violet Red #DA749D
RGB
CMYK
RGB Variations
Color information
#DA749D (or 0xDA749D) is known color: Pale Violet Red. HEX triplet: DA, 74 and 9D. RGB value is (218,116,157). Sum of RGB (Red+Green+Blue) = 218+116+157=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA749D is #258B62. Grayscale: #979797. Windows color (decimal): -2460515 or 10319066. OLE color: 10319066.
HSL color Cylindrical-coordinate representation of color #DA749D: hue angle of 335.88º 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 #DA749D is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 157 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.15 |
| HSL | 335.88º | 0.58% | 0.65% | - |
| HSV(B) | 335.88º | 0.47% | 0.85% | - |
| XYZ | 41.24 | 29.83 | 35.48 | - |
| YUV | 151.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 157 | 0 | 0.47 | 0.28 | 0.15 | 335.88 | 0.58 | 0.65 |
| Hex | DA | 74 | 9D | 0 | 2F | 1C | F | 150 | 3A | 41 |
| Octal | 332 | 164 | 235 | 0 | 57 | 34 | 17 | 520 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10011101 | 0 | 101111 | 11100 | 1111 | 101010000 | 111010 | 1000001 |
Color Harmonies of #DA749D
Complementary color
Monochromatic Colors of #DA749D
Black with #DA749D
Text Example
Text Example
White with #DA749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA749D; }
p { color: rgb(218,116,157); }
H1.HeaderClassName
{
color: #DA749D;
}
.AnyTagClassName
{
color: #DA749D;
}
</style>
background-color css
<style>
a { background-color: #DA749D; }
a { background-color: rgb(218,116,157); }
div.DivClassName
{
background-color: #DA749D;
}
.BgClassName
{
background-color: #DA749D;
}
</style>
border-color css
<style>
span { border-color: #DA749D; }
span { border-color: rgb(218,116,157); }
td.TdClassName
{
border-color: #DA749D;
}
.TagClassName
{
border-color: #DA749D;
}
</style>