Shades of Violet #DA86E4
Tints of Violet #DA86E4
RGB
CMYK
RGB Variations
Color information
#DA86E4 (or 0xDA86E4) is known color: Violet. HEX triplet: DA, 86 and E4. RGB value is (218,134,228). Sum of RGB (Red+Green+Blue) = 218+134+228=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA86E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86E4 is #25791B. Grayscale: #A9A9A9. Windows color (decimal): -2455836 or 14976730. OLE color: 14976730.
HSL color Cylindrical-coordinate representation of color #DA86E4: hue angle of 293.62º degrees, saturation: 0.64, 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 #DA86E4 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 134 | 228 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.11 |
| HSL | 293.62º | 0.64% | 0.71% | - |
| HSV(B) | 293.62º | 0.41% | 0.89% | - |
| XYZ | 51.44 | 37.56 | 77.94 | - |
| YUV | 169.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 228 | 0.04 | 0.41 | 0 | 0.11 | 293.62 | 0.64 | 0.71 |
| Hex | DA | 86 | E4 | 4 | 29 | 0 | B | 126 | 40 | 47 |
| Octal | 332 | 206 | 344 | 4 | 51 | 0 | 13 | 446 | 100 | 107 |
| Binary | 11011010 | 10000110 | 11100100 | 100 | 101001 | 0 | 1011 | 100100110 | 1000000 | 1000111 |
Color Harmonies of #DA86E4
Complementary color
Monochromatic Colors of #DA86E4
Black with #DA86E4
Text Example
Text Example
White with #DA86E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86E4; }
p { color: rgb(218,134,228); }
H1.HeaderClassName
{
color: #DA86E4;
}
.AnyTagClassName
{
color: #DA86E4;
}
</style>
background-color css
<style>
a { background-color: #DA86E4; }
a { background-color: rgb(218,134,228); }
div.DivClassName
{
background-color: #DA86E4;
}
.BgClassName
{
background-color: #DA86E4;
}
</style>
border-color css
<style>
span { border-color: #DA86E4; }
span { border-color: rgb(218,134,228); }
td.TdClassName
{
border-color: #DA86E4;
}
.TagClassName
{
border-color: #DA86E4;
}
</style>