#DE82E1

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

Shades of Violet #DE82E1

Tints of Violet #DE82E1

Color information

#DE82E1 (or 0xDE82E1) is unknown color: approx Violet. HEX triplet: DE, 82 and E1. RGB value is (222,130,225). Sum of RGB (Red+Green+Blue) = 222+130+225=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE82E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82E1 is #217D1E. Grayscale: #A8A8A8. Windows color (decimal): -2194719 or 14779102. OLE color: 14779102.

HSL color Cylindrical-coordinate representation of color #DE82E1: hue angle of 298.11º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE82E1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222130225-
CMYK0.010.4200.12
HSL298.11º61.29%69.61%-
HSV(B)298.11º42.22%88.24%-
XYZ51.736.9375.64-
YUV168.34159.98166.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 225 (88.28% from 255) = 38.99%
R=38.47%
G=22.53%
B=38.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221302250.010.4200.12298.1161.2969.61
HexDE82E112A0C12a3d46
Octal33620234115201445275106
Binary1101111010000010111000011101010011001001010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82E1; }

 p { color: rgb(222,130,225); }

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

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

 a { background-color: rgb(222,130,225); }

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

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

 span { border-color: rgb(222,130,225); }

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