Shades of Pale Violet Red #DA749B
Tints of Pale Violet Red #DA749B
RGB
CMYK
RGB Variations
Color information
#DA749B (or 0xDA749B) is known color: Pale Violet Red. HEX triplet: DA, 74 and 9B. RGB value is (218,116,155). Sum of RGB (Red+Green+Blue) = 218+116+155=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA749B is #258B64. Grayscale: #969696. Windows color (decimal): -2460517 or 10187994. OLE color: 10187994.
HSL color Cylindrical-coordinate representation of color #DA749B: hue angle of 337.06º 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 #DA749B is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 155 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.15 |
| HSL | 337.06º | 0.58% | 0.65% | - |
| HSV(B) | 337.06º | 0.47% | 0.85% | - |
| XYZ | 41.08 | 29.76 | 34.59 | - |
| YUV | 150.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 155 | 0 | 0.47 | 0.29 | 0.15 | 337.06 | 0.58 | 0.65 |
| Hex | DA | 74 | 9B | 0 | 2F | 1D | F | 151 | 3A | 41 |
| Octal | 332 | 164 | 233 | 0 | 57 | 35 | 17 | 521 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10011011 | 0 | 101111 | 11101 | 1111 | 101010001 | 111010 | 1000001 |
Color Harmonies of #DA749B
Complementary color
Monochromatic Colors of #DA749B
Black with #DA749B
Text Example
Text Example
White with #DA749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA749B; }
p { color: rgb(218,116,155); }
H1.HeaderClassName
{
color: #DA749B;
}
.AnyTagClassName
{
color: #DA749B;
}
</style>
background-color css
<style>
a { background-color: #DA749B; }
a { background-color: rgb(218,116,155); }
div.DivClassName
{
background-color: #DA749B;
}
.BgClassName
{
background-color: #DA749B;
}
</style>
border-color css
<style>
span { border-color: #DA749B; }
span { border-color: rgb(218,116,155); }
td.TdClassName
{
border-color: #DA749B;
}
.TagClassName
{
border-color: #DA749B;
}
</style>