Shades of Pale Violet Red #DA7CA2
Tints of Pale Violet Red #DA7CA2
RGB
CMYK
RGB Variations
Color information
#DA7CA2 (or 0xDA7CA2) is known color: Pale Violet Red. HEX triplet: DA, 7C and A2. RGB value is (218,124,162). Sum of RGB (Red+Green+Blue) = 218+124+162=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7CA2 is #25835D. Grayscale: #9C9C9C. Windows color (decimal): -2458462 or 10648794. OLE color: 10648794.
HSL color Cylindrical-coordinate representation of color #DA7CA2: hue angle of 335.74º 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 #DA7CA2 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 162 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.15 |
| HSL | 335.74º | 0.56% | 0.67% | - |
| HSV(B) | 335.74º | 0.43% | 0.85% | - |
| XYZ | 42.64 | 31.93 | 38.1 | - |
| YUV | 156.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 162 | 0 | 0.43 | 0.26 | 0.15 | 335.74 | 0.56 | 0.67 |
| Hex | DA | 7C | A2 | 0 | 2B | 1A | F | 150 | 38 | 43 |
| Octal | 332 | 174 | 242 | 0 | 53 | 32 | 17 | 520 | 70 | 103 |
| Binary | 11011010 | 1111100 | 10100010 | 0 | 101011 | 11010 | 1111 | 101010000 | 111000 | 1000011 |
Color Harmonies of #DA7CA2
Complementary color
Monochromatic Colors of #DA7CA2
Black with #DA7CA2
Text Example
Text Example
White with #DA7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CA2; }
p { color: rgb(218,124,162); }
H1.HeaderClassName
{
color: #DA7CA2;
}
.AnyTagClassName
{
color: #DA7CA2;
}
</style>
background-color css
<style>
a { background-color: #DA7CA2; }
a { background-color: rgb(218,124,162); }
div.DivClassName
{
background-color: #DA7CA2;
}
.BgClassName
{
background-color: #DA7CA2;
}
</style>
border-color css
<style>
span { border-color: #DA7CA2; }
span { border-color: rgb(218,124,162); }
td.TdClassName
{
border-color: #DA7CA2;
}
.TagClassName
{
border-color: #DA7CA2;
}
</style>