Shades of Violet #DE84F1
Tints of Violet #DE84F1
RGB
CMYK
RGB Variations
Color information
#DE84F1 (or 0xDE84F1) is known color: Violet. HEX triplet: DE, 84 and F1. RGB value is (222,132,241). Sum of RGB (Red+Green+Blue) = 222+132+241=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE84F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE84F1 is #217B0E. Grayscale: #AAAAAA. Windows color (decimal): -2194191 or 15828190. OLE color: 15828190.
HSL color Cylindrical-coordinate representation of color #DE84F1: hue angle of 289.54º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE84F1 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 132 | 241 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.05 |
| HSL | 289.54º | 0.8% | 0.73% | - |
| HSV(B) | 289.54º | 0.45% | 0.95% | - |
| XYZ | 54.25 | 38.38 | 87.77 | - |
| YUV | 171.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 241 | 0.08 | 0.45 | 0 | 0.05 | 289.54 | 0.8 | 0.73 |
| Hex | DE | 84 | F1 | 8 | 2D | 0 | 5 | 122 | 50 | 49 |
| Octal | 336 | 204 | 361 | 10 | 55 | 0 | 5 | 442 | 120 | 111 |
| Binary | 11011110 | 10000100 | 11110001 | 1000 | 101101 | 0 | 101 | 100100010 | 1010000 | 1001001 |
Color Harmonies of #DE84F1
Complementary color
Monochromatic Colors of #DE84F1
Black with #DE84F1
Text Example
Text Example
White with #DE84F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84F1; }
p { color: rgb(222,132,241); }
H1.HeaderClassName
{
color: #DE84F1;
}
.AnyTagClassName
{
color: #DE84F1;
}
</style>
background-color css
<style>
a { background-color: #DE84F1; }
a { background-color: rgb(222,132,241); }
div.DivClassName
{
background-color: #DE84F1;
}
.BgClassName
{
background-color: #DE84F1;
}
</style>
border-color css
<style>
span { border-color: #DE84F1; }
span { border-color: rgb(222,132,241); }
td.TdClassName
{
border-color: #DE84F1;
}
.TagClassName
{
border-color: #DE84F1;
}
</style>