#de7ae9

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

Shades of Violet #DE7AE9

Tints of Violet #DE7AE9

Color information

#DE7AE9 (or 0xDE7AE9) is unknown color: approx Violet. HEX triplet: DE, 7A and E9. RGB value is (222,122,233). Sum of RGB (Red+Green+Blue) = 222+122+233=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE7AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7AE9 is #218516. Grayscale: #A4A4A4. Windows color (decimal): -2196759 or 15301342. OLE color: 15301342.

HSL color Cylindrical-coordinate representation of color #DE7AE9: hue angle of 294.05º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7AE9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222122233-
CMYK0.050.4800.09
HSL294.05º71.61%69.61%-
HSV(B)294.05º47.64%91.37%-
XYZ51.7935.3381.18-
YUV164.55166.63168.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 122 (48.05% from 255) = 21.14%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=38.47%
G=21.14%
B=40.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221222330.050.4800.09294.0571.6169.61
HexDE7AE9530091264846
Octal336172351560011446110106
Binary110111101111010111010011011100000100110010011010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7ae9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7ae9; }

 p { color: rgb(222,122,233); }

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

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

 a { background-color: rgb(222,122,233); }

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

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

 span { border-color: rgb(222,122,233); }

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