Shades of Violet #DC82EA
Tints of Violet #DC82EA
RGB
CMYK
RGB Variations
Color information
#DC82EA (or 0xDC82EA) is known color: Violet. HEX triplet: DC, 82 and EA. RGB value is (220,130,234). Sum of RGB (Red+Green+Blue) = 220+130+234=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC82EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82EA is #237D15. Grayscale: #A8A8A8. Windows color (decimal): -2325782 or 15368924. OLE color: 15368924.
HSL color Cylindrical-coordinate representation of color #DC82EA: hue angle of 291.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC82EA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 130 | 234 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.08 |
| HSL | 291.92º | 0.71% | 0.71% | - |
| HSV(B) | 291.92º | 0.44% | 0.92% | - |
| XYZ | 52.35 | 37.12 | 82.25 | - |
| YUV | 168.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 234 | 0.06 | 0.44 | 0 | 0.08 | 291.92 | 0.71 | 0.71 |
| Hex | DC | 82 | EA | 6 | 2C | 0 | 8 | 124 | 47 | 47 |
| Octal | 334 | 202 | 352 | 6 | 54 | 0 | 10 | 444 | 107 | 107 |
| Binary | 11011100 | 10000010 | 11101010 | 110 | 101100 | 0 | 1000 | 100100100 | 1000111 | 1000111 |
Color Harmonies of #DC82EA
Complementary color
Monochromatic Colors of #DC82EA
Black with #DC82EA
Text Example
Text Example
White with #DC82EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82EA; }
p { color: rgb(220,130,234); }
H1.HeaderClassName
{
color: #DC82EA;
}
.AnyTagClassName
{
color: #DC82EA;
}
</style>
background-color css
<style>
a { background-color: #DC82EA; }
a { background-color: rgb(220,130,234); }
div.DivClassName
{
background-color: #DC82EA;
}
.BgClassName
{
background-color: #DC82EA;
}
</style>
border-color css
<style>
span { border-color: #DC82EA; }
span { border-color: rgb(220,130,234); }
td.TdClassName
{
border-color: #DC82EA;
}
.TagClassName
{
border-color: #DC82EA;
}
</style>