Shades of Violet #DC82EE
Tints of Violet #DC82EE
RGB
CMYK
RGB Variations
Color information
#DC82EE (or 0xDC82EE) is known color: Violet. HEX triplet: DC, 82 and EE. RGB value is (220,130,238). Sum of RGB (Red+Green+Blue) = 220+130+238=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82EE is #237D11. Grayscale: #A8A8A8. Windows color (decimal): -2325778 or 15631068. OLE color: 15631068.
HSL color Cylindrical-coordinate representation of color #DC82EE: hue angle of 290º degrees, saturation: 0.76, 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 #DC82EE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 130 | 238 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.07 |
| HSL | 290º | 0.76% | 0.72% | - |
| HSV(B) | 290º | 0.45% | 0.93% | - |
| XYZ | 52.93 | 37.35 | 85.31 | - |
| YUV | 169.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 238 | 0.08 | 0.45 | 0 | 0.07 | 290 | 0.76 | 0.72 |
| Hex | DC | 82 | EE | 8 | 2D | 0 | 7 | 122 | 4C | 48 |
| Octal | 334 | 202 | 356 | 10 | 55 | 0 | 7 | 442 | 114 | 110 |
| Binary | 11011100 | 10000010 | 11101110 | 1000 | 101101 | 0 | 111 | 100100010 | 1001100 | 1001000 |
Color Harmonies of #DC82EE
Complementary color
Monochromatic Colors of #DC82EE
Black with #DC82EE
Text Example
Text Example
White with #DC82EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82EE; }
p { color: rgb(220,130,238); }
H1.HeaderClassName
{
color: #DC82EE;
}
.AnyTagClassName
{
color: #DC82EE;
}
</style>
background-color css
<style>
a { background-color: #DC82EE; }
a { background-color: rgb(220,130,238); }
div.DivClassName
{
background-color: #DC82EE;
}
.BgClassName
{
background-color: #DC82EE;
}
</style>
border-color css
<style>
span { border-color: #DC82EE; }
span { border-color: rgb(220,130,238); }
td.TdClassName
{
border-color: #DC82EE;
}
.TagClassName
{
border-color: #DC82EE;
}
</style>