#DE81E7

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

Shades of Violet #DE81E7

Tints of Violet #DE81E7

Color information

#DE81E7 (or 0xDE81E7) is unknown color: approx Violet. HEX triplet: DE, 81 and E7. RGB value is (222,129,231). Sum of RGB (Red+Green+Blue) = 222+129+231=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE81E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81E7 is #217E18. Grayscale: #A8A8A8. Windows color (decimal): -2194969 or 15172062. OLE color: 15172062.

HSL color Cylindrical-coordinate representation of color #DE81E7: hue angle of 294.71º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE81E7 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222129231-
CMYK0.040.4400.09
HSL294.71º68%70.59%-
HSV(B)294.71º44.16%90.59%-
XYZ52.43779.98-
YUV168.44163.31166.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 231 (90.62% from 255) = 39.69%
R=38.14%
G=22.16%
B=39.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221292310.040.4400.09294.716870.59
HexDE81E742C091274447
Octal336201347454011447104107
Binary1101111010000001111001111001011000100110010011110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81E7; }

 p { color: rgb(222,129,231); }

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

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

 a { background-color: rgb(222,129,231); }

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

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

 span { border-color: rgb(222,129,231); }

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