#DE90EE

Color #DE90EE Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DE90EE

Tints of Violet #DE90EE

Color information

#DE90EE (or 0xDE90EE) is unknown color: approx 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

RGB222144238-
CMYK0.070.3900.07
HSL289.79º73.44%74.9%-
HSV(B)289.79º39.5%93.33%-
XYZ55.5341.6586-
YUV178.04161.84159.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=36.75%
G=23.84%
B=39.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221442380.070.3900.07289.7973.4474.9
HexDE90EE72707122494b
Octal33622035674707442111113
Binary110111101001000011101110111100111011110010001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>