Shades of Pale Violet Red #DA6CA2
Tints of Pale Violet Red #DA6CA2
RGB
CMYK
RGB Variations
Color information
#DA6CA2 (or 0xDA6CA2) is known color: Pale Violet Red. HEX triplet: DA, 6C and A2. RGB value is (218,108,162). Sum of RGB (Red+Green+Blue) = 218+108+162=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6CA2 is #25935D. Grayscale: #929292. Windows color (decimal): -2462558 or 10644698. OLE color: 10644698.
HSL color Cylindrical-coordinate representation of color #DA6CA2: hue angle of 330.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6CA2 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 162 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.15 |
| HSL | 330.55º | 0.6% | 0.64% | - |
| HSV(B) | 330.55º | 0.5% | 0.85% | - |
| XYZ | 40.8 | 28.24 | 37.48 | - |
| YUV | 147.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 162 | 0 | 0.50 | 0.26 | 0.15 | 330.55 | 0.6 | 0.64 |
| Hex | DA | 6C | A2 | 0 | 32 | 1A | F | 14B | 3C | 40 |
| Octal | 332 | 154 | 242 | 0 | 62 | 32 | 17 | 513 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10100010 | 0 | 110010 | 11010 | 1111 | 101001011 | 111100 | 1000000 |
Color Harmonies of #DA6CA2
Complementary color
Monochromatic Colors of #DA6CA2
Black with #DA6CA2
Text Example
Text Example
White with #DA6CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CA2; }
p { color: rgb(218,108,162); }
H1.HeaderClassName
{
color: #DA6CA2;
}
.AnyTagClassName
{
color: #DA6CA2;
}
</style>
background-color css
<style>
a { background-color: #DA6CA2; }
a { background-color: rgb(218,108,162); }
div.DivClassName
{
background-color: #DA6CA2;
}
.BgClassName
{
background-color: #DA6CA2;
}
</style>
border-color css
<style>
span { border-color: #DA6CA2; }
span { border-color: rgb(218,108,162); }
td.TdClassName
{
border-color: #DA6CA2;
}
.TagClassName
{
border-color: #DA6CA2;
}
</style>