#DE90F1

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

Shades of Violet #DE90F1

Tints of Violet #DE90F1

Color information

#DE90F1 (or 0xDE90F1) is unknown color: approx Violet. HEX triplet: DE, 90 and F1. RGB value is (222,144,241). Sum of RGB (Red+Green+Blue) = 222+144+241=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE90F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90F1 is #216F0E. Grayscale: #B2B2B2. Windows color (decimal): -2191119 or 15831262. OLE color: 15831262.

HSL color Cylindrical-coordinate representation of color #DE90F1: hue angle of 288.25º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE90F1 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222144241-
CMYK0.080.4000.05
HSL288.25º77.6%75.49%-
HSV(B)288.25º40.25%94.51%-
XYZ55.9741.8388.34-
YUV178.38163.34159.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 144 (56.64% from 255) = 23.72%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=36.57%
G=23.72%
B=39.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221442410.080.4000.05288.2577.675.49
HexDE90F1828051204e4b
Octal336220361105005440116113
Binary1101111010010000111100011000101000010110010000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90F1; }

 p { color: rgb(222,144,241); }

 H1.HeaderClassName
 {
   color: #DE90F1;
 }
 .AnyTagClassName
 {
   color: #DE90F1;
 }
</style>
background-color css

<style>
 a { background-color: #DE90F1; }

 a { background-color: rgb(222,144,241); }

 div.DivClassName
 {
   background-color: #DE90F1;
 }
 .BgClassName
 {
   background-color: #DE90F1;
 }
</style>
border-color css

<style>
 span { border-color: #DE90F1; }

 span { border-color: rgb(222,144,241); }

 td.TdClassName
 {
   border-color: #DE90F1;
 }
 .TagClassName
 {
   border-color: #DE90F1;
 }
</style>