#de7fe7

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

Shades of Violet #DE7FE7

Tints of Violet #DE7FE7

Color information

#DE7FE7 (or 0xDE7FE7) is unknown color: approx Violet. HEX triplet: DE, 7F and E7. RGB value is (222,127,231). Sum of RGB (Red+Green+Blue) = 222+127+231=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE7FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FE7 is #218018. Grayscale: #A6A6A6. Windows color (decimal): -2195481 or 15171550. OLE color: 15171550.

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

Color convert

RGB222127231-
CMYK0.040.4500.09
HSL294.81º68.42%70.2%-
HSV(B)294.81º45.02%90.59%-
XYZ52.1436.4879.89-
YUV167.26163.97167.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 127 (50% from 255) = 21.90%
BLUE value IS 231 (90.62% from 255) = 39.83%
R=38.28%
G=21.90%
B=39.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221272310.040.4500.09294.8168.4270.2
HexDE7FE742D091274446
Octal336177347455011447104106
Binary110111101111111111001111001011010100110010011110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7fe7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7fe7; }

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

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

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

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

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

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

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

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