Shades of Violet #DA85EA
Tints of Violet #DA85EA
RGB
CMYK
RGB Variations
Color information
#DA85EA (or 0xDA85EA) is known color: Violet. HEX triplet: DA, 85 and EA. RGB value is (218,133,234). Sum of RGB (Red+Green+Blue) = 218+133+234=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85EA is #257A15. Grayscale: #A9A9A9. Windows color (decimal): -2456086 or 15369690. OLE color: 15369690.
HSL color Cylindrical-coordinate representation of color #DA85EA: hue angle of 290.5º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA85EA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 133 | 234 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.08 |
| HSL | 290.5º | 0.71% | 0.72% | - |
| HSV(B) | 290.5º | 0.43% | 0.92% | - |
| XYZ | 52.15 | 37.62 | 82.35 | - |
| YUV | 169.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 234 | 0.07 | 0.43 | 0 | 0.08 | 290.5 | 0.71 | 0.72 |
| Hex | DA | 85 | EA | 7 | 2B | 0 | 8 | 122 | 47 | 48 |
| Octal | 332 | 205 | 352 | 7 | 53 | 0 | 10 | 442 | 107 | 110 |
| Binary | 11011010 | 10000101 | 11101010 | 111 | 101011 | 0 | 1000 | 100100010 | 1000111 | 1001000 |
Color Harmonies of #DA85EA
Complementary color
Monochromatic Colors of #DA85EA
Black with #DA85EA
Text Example
Text Example
White with #DA85EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85EA; }
p { color: rgb(218,133,234); }
H1.HeaderClassName
{
color: #DA85EA;
}
.AnyTagClassName
{
color: #DA85EA;
}
</style>
background-color css
<style>
a { background-color: #DA85EA; }
a { background-color: rgb(218,133,234); }
div.DivClassName
{
background-color: #DA85EA;
}
.BgClassName
{
background-color: #DA85EA;
}
</style>
border-color css
<style>
span { border-color: #DA85EA; }
span { border-color: rgb(218,133,234); }
td.TdClassName
{
border-color: #DA85EA;
}
.TagClassName
{
border-color: #DA85EA;
}
</style>