Shades of Violet #DE91F3
Tints of Violet #DE91F3
RGB
CMYK
RGB Variations
Color information
#DE91F3 (or 0xDE91F3) is known color: Violet. HEX triplet: DE, 91 and F3. RGB value is (222,145,243). Sum of RGB (Red+Green+Blue) = 222+145+243=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE91F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE91F3 is #216E0C. Grayscale: #B2B2B2. Windows color (decimal): -2190861 or 15962590. OLE color: 15962590.
HSL color Cylindrical-coordinate representation of color #DE91F3: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE91F3 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 145 | 243 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.05 |
| HSL | 287.14º | 0.8% | 0.76% | - |
| HSV(B) | 287.14º | 0.4% | 0.95% | - |
| XYZ | 56.43 | 42.25 | 89.98 | - |
| YUV | 179.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 243 | 0.09 | 0.40 | 0 | 0.05 | 287.14 | 0.8 | 0.76 |
| Hex | DE | 91 | F3 | 9 | 28 | 0 | 5 | 11F | 50 | 4C |
| Octal | 336 | 221 | 363 | 11 | 50 | 0 | 5 | 437 | 120 | 114 |
| Binary | 11011110 | 10010001 | 11110011 | 1001 | 101000 | 0 | 101 | 100011111 | 1010000 | 1001100 |
Color Harmonies of #DE91F3
Complementary color
Monochromatic Colors of #DE91F3
Black with #DE91F3
Text Example
Text Example
White with #DE91F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE91F3; }
p { color: rgb(222,145,243); }
H1.HeaderClassName
{
color: #DE91F3;
}
.AnyTagClassName
{
color: #DE91F3;
}
</style>
background-color css
<style>
a { background-color: #DE91F3; }
a { background-color: rgb(222,145,243); }
div.DivClassName
{
background-color: #DE91F3;
}
.BgClassName
{
background-color: #DE91F3;
}
</style>
border-color css
<style>
span { border-color: #DE91F3; }
span { border-color: rgb(222,145,243); }
td.TdClassName
{
border-color: #DE91F3;
}
.TagClassName
{
border-color: #DE91F3;
}
</style>