Shades of Pale Violet Red #DA7191
Tints of Pale Violet Red #DA7191
RGB
CMYK
RGB Variations
Color information
#DA7191 (or 0xDA7191) is known color: Pale Violet Red. HEX triplet: DA, 71 and 91. RGB value is (218,113,145). Sum of RGB (Red+Green+Blue) = 218+113+145=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7191 is #258E6E. Grayscale: #949494. Windows color (decimal): -2461295 or 9531866. OLE color: 9531866.
HSL color Cylindrical-coordinate representation of color #DA7191: hue angle of 341.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7191 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 145 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.15 |
| HSL | 341.71º | 0.59% | 0.65% | - |
| HSV(B) | 341.71º | 0.48% | 0.85% | - |
| XYZ | 39.93 | 28.76 | 30.23 | - |
| YUV | 148.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 145 | 0 | 0.48 | 0.33 | 0.15 | 341.71 | 0.59 | 0.65 |
| Hex | DA | 71 | 91 | 0 | 30 | 21 | F | 156 | 3B | 41 |
| Octal | 332 | 161 | 221 | 0 | 60 | 41 | 17 | 526 | 73 | 101 |
| Binary | 11011010 | 1110001 | 10010001 | 0 | 110000 | 100001 | 1111 | 101010110 | 111011 | 1000001 |
Color Harmonies of #DA7191
Complementary color
Monochromatic Colors of #DA7191
Black with #DA7191
Text Example
Text Example
White with #DA7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7191; }
p { color: rgb(218,113,145); }
H1.HeaderClassName
{
color: #DA7191;
}
.AnyTagClassName
{
color: #DA7191;
}
</style>
background-color css
<style>
a { background-color: #DA7191; }
a { background-color: rgb(218,113,145); }
div.DivClassName
{
background-color: #DA7191;
}
.BgClassName
{
background-color: #DA7191;
}
</style>
border-color css
<style>
span { border-color: #DA7191; }
span { border-color: rgb(218,113,145); }
td.TdClassName
{
border-color: #DA7191;
}
.TagClassName
{
border-color: #DA7191;
}
</style>