Shades of Violet #DA86E3
Tints of Violet #DA86E3
RGB
CMYK
RGB Variations
Color information
#DA86E3 (or 0xDA86E3) is known color: Violet. HEX triplet: DA, 86 and E3. RGB value is (218,134,227). Sum of RGB (Red+Green+Blue) = 218+134+227=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA86E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86E3 is #25791C. Grayscale: #A9A9A9. Windows color (decimal): -2455837 or 14911194. OLE color: 14911194.
HSL color Cylindrical-coordinate representation of color #DA86E3: hue angle of 294.19º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA86E3 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 134 | 227 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.11 |
| HSL | 294.19º | 0.62% | 0.71% | - |
| HSV(B) | 294.19º | 0.41% | 0.89% | - |
| XYZ | 51.3 | 37.5 | 77.21 | - |
| YUV | 169.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 227 | 0.04 | 0.41 | 0 | 0.11 | 294.19 | 0.62 | 0.71 |
| Hex | DA | 86 | E3 | 4 | 29 | 0 | B | 126 | 3E | 47 |
| Octal | 332 | 206 | 343 | 4 | 51 | 0 | 13 | 446 | 76 | 107 |
| Binary | 11011010 | 10000110 | 11100011 | 100 | 101001 | 0 | 1011 | 100100110 | 111110 | 1000111 |
Color Harmonies of #DA86E3
Complementary color
Monochromatic Colors of #DA86E3
Black with #DA86E3
Text Example
Text Example
White with #DA86E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86E3; }
p { color: rgb(218,134,227); }
H1.HeaderClassName
{
color: #DA86E3;
}
.AnyTagClassName
{
color: #DA86E3;
}
</style>
background-color css
<style>
a { background-color: #DA86E3; }
a { background-color: rgb(218,134,227); }
div.DivClassName
{
background-color: #DA86E3;
}
.BgClassName
{
background-color: #DA86E3;
}
</style>
border-color css
<style>
span { border-color: #DA86E3; }
span { border-color: rgb(218,134,227); }
td.TdClassName
{
border-color: #DA86E3;
}
.TagClassName
{
border-color: #DA86E3;
}
</style>