Shades of Violet #DA85E9
Tints of Violet #DA85E9
RGB
CMYK
RGB Variations
Color information
#DA85E9 (or 0xDA85E9) is known color: Violet. HEX triplet: DA, 85 and E9. RGB value is (218,133,233). Sum of RGB (Red+Green+Blue) = 218+133+233=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA85E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85E9 is #257A16. Grayscale: #A9A9A9. Windows color (decimal): -2456087 or 15304154. OLE color: 15304154.
HSL color Cylindrical-coordinate representation of color #DA85E9: hue angle of 291º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA85E9 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 133 | 233 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.09 |
| HSL | 291º | 0.69% | 0.72% | - |
| HSV(B) | 291º | 0.43% | 0.91% | - |
| XYZ | 52.01 | 37.56 | 81.6 | - |
| YUV | 169.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 233 | 0.06 | 0.43 | 0 | 0.09 | 291 | 0.69 | 0.72 |
| Hex | DA | 85 | E9 | 6 | 2B | 0 | 9 | 123 | 45 | 48 |
| Octal | 332 | 205 | 351 | 6 | 53 | 0 | 11 | 443 | 105 | 110 |
| Binary | 11011010 | 10000101 | 11101001 | 110 | 101011 | 0 | 1001 | 100100011 | 1000101 | 1001000 |
Color Harmonies of #DA85E9
Complementary color
Monochromatic Colors of #DA85E9
Black with #DA85E9
Text Example
Text Example
White with #DA85E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85E9; }
p { color: rgb(218,133,233); }
H1.HeaderClassName
{
color: #DA85E9;
}
.AnyTagClassName
{
color: #DA85E9;
}
</style>
background-color css
<style>
a { background-color: #DA85E9; }
a { background-color: rgb(218,133,233); }
div.DivClassName
{
background-color: #DA85E9;
}
.BgClassName
{
background-color: #DA85E9;
}
</style>
border-color css
<style>
span { border-color: #DA85E9; }
span { border-color: rgb(218,133,233); }
td.TdClassName
{
border-color: #DA85E9;
}
.TagClassName
{
border-color: #DA85E9;
}
</style>