#DE7FEC

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

Shades of Violet #DE7FEC

Tints of Violet #DE7FEC

Color information

#DE7FEC (or 0xDE7FEC) is unknown color: approx Violet. HEX triplet: DE, 7F and EC. RGB value is (222,127,236). Sum of RGB (Red+Green+Blue) = 222+127+236=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FEC is #218013. Grayscale: #A7A7A7. Windows color (decimal): -2195476 or 15499230. OLE color: 15499230.

HSL color Cylindrical-coordinate representation of color #DE7FEC: hue angle of 292.29º degrees, saturation: 0.74, 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 #DE7FEC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222127236-
CMYK0.060.4600.07
HSL292.29º74.15%71.18%-
HSV(B)292.29º46.19%92.55%-
XYZ52.8536.7683.67-
YUV167.83166.47166.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 127 (50% from 255) = 21.71%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=37.95%
G=21.71%
B=40.34%

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
Decimal2221272360.060.4600.07292.2974.1571.18
HexDE7FEC62E071244a47
Octal33617735465607444112107
Binary11011110111111111101100110101110011110010010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FEC; }

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

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

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

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

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

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

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

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