#DE7DEC

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

Shades of Violet #DE7DEC

Tints of Violet #DE7DEC

Color information

#DE7DEC (or 0xDE7DEC) is unknown color: approx Violet. HEX triplet: DE, 7D and EC. RGB value is (222,125,236). Sum of RGB (Red+Green+Blue) = 222+125+236=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7DEC is #218213. Grayscale: #A6A6A6. Windows color (decimal): -2195988 or 15498718. OLE color: 15498718.

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

Color convert

RGB222125236-
CMYK0.060.4700.07
HSL292.43º74.5%70.78%-
HSV(B)292.43º47.03%92.55%-
XYZ52.636.2583.58-
YUV166.66167.14167.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=38.08%
G=21.44%
B=40.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221252360.060.4700.07292.4374.570.78
HexDE7DEC62F071244a47
Octal33617535465707444112107
Binary11011110111110111101100110101111011110010010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DEC; }

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

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

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

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

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

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

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

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