Shades of Violet #DE85F0
Tints of Violet #DE85F0
RGB
CMYK
RGB Variations
Color information
#DE85F0 (or 0xDE85F0) is known color: Violet. HEX triplet: DE, 85 and F0. RGB value is (222,133,240). Sum of RGB (Red+Green+Blue) = 222+133+240=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE85F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85F0 is #217A0F. Grayscale: #ABABAB. Windows color (decimal): -2193936 or 15762910. OLE color: 15762910.
HSL color Cylindrical-coordinate representation of color #DE85F0: hue angle of 289.91º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE85F0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 133 | 240 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.06 |
| HSL | 289.91º | 0.78% | 0.73% | - |
| HSV(B) | 289.91º | 0.45% | 0.94% | - |
| XYZ | 54.24 | 38.6 | 87.03 | - |
| YUV | 171.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 240 | 0.08 | 0.45 | 0 | 0.06 | 289.91 | 0.78 | 0.73 |
| Hex | DE | 85 | F0 | 8 | 2D | 0 | 6 | 122 | 4E | 49 |
| Octal | 336 | 205 | 360 | 10 | 55 | 0 | 6 | 442 | 116 | 111 |
| Binary | 11011110 | 10000101 | 11110000 | 1000 | 101101 | 0 | 110 | 100100010 | 1001110 | 1001001 |
Color Harmonies of #DE85F0
Complementary color
Monochromatic Colors of #DE85F0
Black with #DE85F0
Text Example
Text Example
White with #DE85F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85F0; }
p { color: rgb(222,133,240); }
H1.HeaderClassName
{
color: #DE85F0;
}
.AnyTagClassName
{
color: #DE85F0;
}
</style>
background-color css
<style>
a { background-color: #DE85F0; }
a { background-color: rgb(222,133,240); }
div.DivClassName
{
background-color: #DE85F0;
}
.BgClassName
{
background-color: #DE85F0;
}
</style>
border-color css
<style>
span { border-color: #DE85F0; }
span { border-color: rgb(222,133,240); }
td.TdClassName
{
border-color: #DE85F0;
}
.TagClassName
{
border-color: #DE85F0;
}
</style>