#DF88EA

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

Shades of Violet #DF88EA

Tints of Violet #DF88EA

Color information

#DF88EA (or 0xDF88EA) is unknown color: approx Violet. HEX triplet: DF, 88 and EA. RGB value is (223,136,234). Sum of RGB (Red+Green+Blue) = 223+136+234=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88EA is #207715. Grayscale: #ACACAC. Windows color (decimal): -2127638 or 15370463. OLE color: 15370463.

HSL color Cylindrical-coordinate representation of color #DF88EA: hue angle of 293.27º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF88EA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223136234-
CMYK0.050.4200.08
HSL293.27º70%72.55%-
HSV(B)293.27º41.88%91.76%-
XYZ54.0939.2482.56-
YUV173.18162.32163.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=37.61%
G=22.93%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231362340.050.4200.08293.277072.55
HexDF88EA52A081254649
Octal337210352552010445106111
Binary1101111110001000111010101011010100100010010010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88EA; }

 p { color: rgb(223,136,234); }

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

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

 a { background-color: rgb(223,136,234); }

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

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

 span { border-color: rgb(223,136,234); }

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