#DE7FED

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

Shades of Violet #DE7FED

Tints of Violet #DE7FED

Color information

#DE7FED (or 0xDE7FED) is unknown color: approx Violet. HEX triplet: DE, 7F and ED. RGB value is (222,127,237). Sum of RGB (Red+Green+Blue) = 222+127+237=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FED is #218012. Grayscale: #A7A7A7. Windows color (decimal): -2195475 or 15564766. OLE color: 15564766.

HSL color Cylindrical-coordinate representation of color #DE7FED: hue angle of 291.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7FED is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222127237-
CMYK0.060.4600.07
HSL291.82º75.34%71.37%-
HSV(B)291.82º46.41%92.94%-
XYZ5336.8284.43-
YUV167.94166.97166.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 127 (50% from 255) = 21.67%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=37.88%
G=21.67%
B=40.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221272370.060.4600.07291.8275.3471.37
HexDE7FED62E071244b47
Octal33617735565607444113107
Binary11011110111111111101101110101110011110010010010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FED; }

 p { color: rgb(222,127,237); }

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

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

 a { background-color: rgb(222,127,237); }

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

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

 span { border-color: rgb(222,127,237); }

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