Shades of Violet #DE90EE
Tints of Violet #DE90EE
RGB
CMYK
RGB Variations
Color information
#DE90EE (or 0xDE90EE) is known color: Violet. HEX triplet: DE, 90 and EE. RGB value is (222,144,238). Sum of RGB (Red+Green+Blue) = 222+144+238=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90EE is #216F11. Grayscale: #B1B1B1. Windows color (decimal): -2191122 or 15634654. OLE color: 15634654.
HSL color Cylindrical-coordinate representation of color #DE90EE: hue angle of 289.79º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE90EE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 144 | 238 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.07 |
| HSL | 289.79º | 0.73% | 0.75% | - |
| HSV(B) | 289.79º | 0.39% | 0.93% | - |
| XYZ | 55.53 | 41.65 | 86 | - |
| YUV | 178.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 238 | 0.07 | 0.39 | 0 | 0.07 | 289.79 | 0.73 | 0.75 |
| Hex | DE | 90 | EE | 7 | 27 | 0 | 7 | 122 | 49 | 4B |
| Octal | 336 | 220 | 356 | 7 | 47 | 0 | 7 | 442 | 111 | 113 |
| Binary | 11011110 | 10010000 | 11101110 | 111 | 100111 | 0 | 111 | 100100010 | 1001001 | 1001011 |
Color Harmonies of #DE90EE
Complementary color
Monochromatic Colors of #DE90EE
Black with #DE90EE
Text Example
Text Example
White with #DE90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE90EE; }
p { color: rgb(222,144,238); }
H1.HeaderClassName
{
color: #DE90EE;
}
.AnyTagClassName
{
color: #DE90EE;
}
</style>
background-color css
<style>
a { background-color: #DE90EE; }
a { background-color: rgb(222,144,238); }
div.DivClassName
{
background-color: #DE90EE;
}
.BgClassName
{
background-color: #DE90EE;
}
</style>
border-color css
<style>
span { border-color: #DE90EE; }
span { border-color: rgb(222,144,238); }
td.TdClassName
{
border-color: #DE90EE;
}
.TagClassName
{
border-color: #DE90EE;
}
</style>