Shades of Pale Violet Red #DA6DA3
Tints of Pale Violet Red #DA6DA3
RGB
CMYK
RGB Variations
Color information
#DA6DA3 (or 0xDA6DA3) is known color: Pale Violet Red. HEX triplet: DA, 6D and A3. RGB value is (218,109,163). Sum of RGB (Red+Green+Blue) = 218+109+163=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6DA3 is #25925C. Grayscale: #939393. Windows color (decimal): -2462301 or 10710490. OLE color: 10710490.
HSL color Cylindrical-coordinate representation of color #DA6DA3: hue angle of 330.28º 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 #DA6DA3 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 163 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.15 |
| HSL | 330.28º | 0.6% | 0.64% | - |
| HSV(B) | 330.28º | 0.5% | 0.85% | - |
| XYZ | 40.99 | 28.49 | 37.99 | - |
| YUV | 147.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 163 | 0 | 0.5 | 0.25 | 0.15 | 330.28 | 0.6 | 0.64 |
| Hex | DA | 6D | A3 | 0 | 32 | 19 | F | 14A | 3C | 40 |
| Octal | 332 | 155 | 243 | 0 | 62 | 31 | 17 | 512 | 74 | 100 |
| Binary | 11011010 | 1101101 | 10100011 | 0 | 110010 | 11001 | 1111 | 101001010 | 111100 | 1000000 |
Color Harmonies of #DA6DA3
Complementary color
Monochromatic Colors of #DA6DA3
Black with #DA6DA3
Text Example
Text Example
White with #DA6DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DA3; }
p { color: rgb(218,109,163); }
H1.HeaderClassName
{
color: #DA6DA3;
}
.AnyTagClassName
{
color: #DA6DA3;
}
</style>
background-color css
<style>
a { background-color: #DA6DA3; }
a { background-color: rgb(218,109,163); }
div.DivClassName
{
background-color: #DA6DA3;
}
.BgClassName
{
background-color: #DA6DA3;
}
</style>
border-color css
<style>
span { border-color: #DA6DA3; }
span { border-color: rgb(218,109,163); }
td.TdClassName
{
border-color: #DA6DA3;
}
.TagClassName
{
border-color: #DA6DA3;
}
</style>