Shades of Violet #DA82EC
Tints of Violet #DA82EC
RGB
CMYK
RGB Variations
Color information
#DA82EC (or 0xDA82EC) is known color: Violet. HEX triplet: DA, 82 and EC. RGB value is (218,130,236). Sum of RGB (Red+Green+Blue) = 218+130+236=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA82EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82EC is #257D13. Grayscale: #A8A8A8. Windows color (decimal): -2456852 or 15499994. OLE color: 15499994.
HSL color Cylindrical-coordinate representation of color #DA82EC: hue angle of 289.81º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA82EC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 130 | 236 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.07 |
| HSL | 289.81º | 0.74% | 0.72% | - |
| HSV(B) | 289.81º | 0.45% | 0.93% | - |
| XYZ | 52.04 | 36.93 | 83.74 | - |
| YUV | 168.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 236 | 0.08 | 0.45 | 0 | 0.07 | 289.81 | 0.74 | 0.72 |
| Hex | DA | 82 | EC | 8 | 2D | 0 | 7 | 122 | 4A | 48 |
| Octal | 332 | 202 | 354 | 10 | 55 | 0 | 7 | 442 | 112 | 110 |
| Binary | 11011010 | 10000010 | 11101100 | 1000 | 101101 | 0 | 111 | 100100010 | 1001010 | 1001000 |
Color Harmonies of #DA82EC
Complementary color
Monochromatic Colors of #DA82EC
Black with #DA82EC
Text Example
Text Example
White with #DA82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82EC; }
p { color: rgb(218,130,236); }
H1.HeaderClassName
{
color: #DA82EC;
}
.AnyTagClassName
{
color: #DA82EC;
}
</style>
background-color css
<style>
a { background-color: #DA82EC; }
a { background-color: rgb(218,130,236); }
div.DivClassName
{
background-color: #DA82EC;
}
.BgClassName
{
background-color: #DA82EC;
}
</style>
border-color css
<style>
span { border-color: #DA82EC; }
span { border-color: rgb(218,130,236); }
td.TdClassName
{
border-color: #DA82EC;
}
.TagClassName
{
border-color: #DA82EC;
}
</style>