Shades of Pale Violet Red #DA6BA1
Tints of Pale Violet Red #DA6BA1
RGB
CMYK
RGB Variations
Color information
#DA6BA1 (or 0xDA6BA1) is known color: Pale Violet Red. HEX triplet: DA, 6B and A1. RGB value is (218,107,161). Sum of RGB (Red+Green+Blue) = 218+107+161=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6BA1 is #25945E. Grayscale: #929292. Windows color (decimal): -2462815 or 10578906. OLE color: 10578906.
HSL color Cylindrical-coordinate representation of color #DA6BA1: hue angle of 330.81º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BA1 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 161 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.15 |
| HSL | 330.81º | 0.6% | 0.64% | - |
| HSV(B) | 330.81º | 0.51% | 0.85% | - |
| XYZ | 40.6 | 27.99 | 36.98 | - |
| YUV | 146.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 161 | 0 | 0.51 | 0.26 | 0.15 | 330.81 | 0.6 | 0.64 |
| Hex | DA | 6B | A1 | 0 | 33 | 1A | F | 14B | 3C | 40 |
| Octal | 332 | 153 | 241 | 0 | 63 | 32 | 17 | 513 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10100001 | 0 | 110011 | 11010 | 1111 | 101001011 | 111100 | 1000000 |
Color Harmonies of #DA6BA1
Complementary color
Monochromatic Colors of #DA6BA1
Black with #DA6BA1
Text Example
Text Example
White with #DA6BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BA1; }
p { color: rgb(218,107,161); }
H1.HeaderClassName
{
color: #DA6BA1;
}
.AnyTagClassName
{
color: #DA6BA1;
}
</style>
background-color css
<style>
a { background-color: #DA6BA1; }
a { background-color: rgb(218,107,161); }
div.DivClassName
{
background-color: #DA6BA1;
}
.BgClassName
{
background-color: #DA6BA1;
}
</style>
border-color css
<style>
span { border-color: #DA6BA1; }
span { border-color: rgb(218,107,161); }
td.TdClassName
{
border-color: #DA6BA1;
}
.TagClassName
{
border-color: #DA6BA1;
}
</style>