Shades of Pale Violet Red #DA7CA5
Tints of Pale Violet Red #DA7CA5
RGB
CMYK
RGB Variations
Color information
#DA7CA5 (or 0xDA7CA5) is known color: Pale Violet Red. HEX triplet: DA, 7C and A5. RGB value is (218,124,165). Sum of RGB (Red+Green+Blue) = 218+124+165=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7CA5 is #25835A. Grayscale: #9C9C9C. Windows color (decimal): -2458459 or 10845402. OLE color: 10845402.
HSL color Cylindrical-coordinate representation of color #DA7CA5: hue angle of 333.83º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CA5 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 165 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.15 |
| HSL | 333.83º | 0.56% | 0.67% | - |
| HSV(B) | 333.83º | 0.43% | 0.85% | - |
| XYZ | 42.91 | 32.04 | 39.52 | - |
| YUV | 156.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 165 | 0 | 0.43 | 0.24 | 0.15 | 333.83 | 0.56 | 0.67 |
| Hex | DA | 7C | A5 | 0 | 2B | 18 | F | 14E | 38 | 43 |
| Octal | 332 | 174 | 245 | 0 | 53 | 30 | 17 | 516 | 70 | 103 |
| Binary | 11011010 | 1111100 | 10100101 | 0 | 101011 | 11000 | 1111 | 101001110 | 111000 | 1000011 |
Color Harmonies of #DA7CA5
Complementary color
Monochromatic Colors of #DA7CA5
Black with #DA7CA5
Text Example
Text Example
White with #DA7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CA5; }
p { color: rgb(218,124,165); }
H1.HeaderClassName
{
color: #DA7CA5;
}
.AnyTagClassName
{
color: #DA7CA5;
}
</style>
background-color css
<style>
a { background-color: #DA7CA5; }
a { background-color: rgb(218,124,165); }
div.DivClassName
{
background-color: #DA7CA5;
}
.BgClassName
{
background-color: #DA7CA5;
}
</style>
border-color css
<style>
span { border-color: #DA7CA5; }
span { border-color: rgb(218,124,165); }
td.TdClassName
{
border-color: #DA7CA5;
}
.TagClassName
{
border-color: #DA7CA5;
}
</style>