Shades of Violet #DE85EE
Tints of Violet #DE85EE
RGB
CMYK
RGB Variations
Color information
#DE85EE (or 0xDE85EE) is known color: Violet. HEX triplet: DE, 85 and EE. RGB value is (222,133,238). Sum of RGB (Red+Green+Blue) = 222+133+238=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85EE is #217A11. Grayscale: #ABABAB. Windows color (decimal): -2193938 or 15631838. OLE color: 15631838.
HSL color Cylindrical-coordinate representation of color #DE85EE: hue angle of 290.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE85EE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 133 | 238 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.07 |
| HSL | 290.86º | 0.76% | 0.73% | - |
| HSV(B) | 290.86º | 0.44% | 0.93% | - |
| XYZ | 53.94 | 38.48 | 85.47 | - |
| YUV | 171.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 238 | 0.07 | 0.44 | 0 | 0.07 | 290.86 | 0.76 | 0.73 |
| Hex | DE | 85 | EE | 7 | 2C | 0 | 7 | 123 | 4C | 49 |
| Octal | 336 | 205 | 356 | 7 | 54 | 0 | 7 | 443 | 114 | 111 |
| Binary | 11011110 | 10000101 | 11101110 | 111 | 101100 | 0 | 111 | 100100011 | 1001100 | 1001001 |
Color Harmonies of #DE85EE
Complementary color
Monochromatic Colors of #DE85EE
Black with #DE85EE
Text Example
Text Example
White with #DE85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85EE; }
p { color: rgb(222,133,238); }
H1.HeaderClassName
{
color: #DE85EE;
}
.AnyTagClassName
{
color: #DE85EE;
}
</style>
background-color css
<style>
a { background-color: #DE85EE; }
a { background-color: rgb(222,133,238); }
div.DivClassName
{
background-color: #DE85EE;
}
.BgClassName
{
background-color: #DE85EE;
}
</style>
border-color css
<style>
span { border-color: #DE85EE; }
span { border-color: rgb(222,133,238); }
td.TdClassName
{
border-color: #DE85EE;
}
.TagClassName
{
border-color: #DE85EE;
}
</style>