#DF8EEA

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

Shades of Violet #DF8EEA

Tints of Violet #DF8EEA

Color information

#DF8EEA (or 0xDF8EEA) is unknown color: approx Violet. HEX triplet: DF, 8E and EA. RGB value is (223,142,234). Sum of RGB (Red+Green+Blue) = 223+142+234=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF8EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8EEA is #207115. Grayscale: #B0B0B0. Windows color (decimal): -2126102 or 15371999. OLE color: 15371999.

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

Color convert

RGB223142234-
CMYK0.050.3900.08
HSL292.83º68.66%73.73%-
HSV(B)292.83º39.32%91.76%-
XYZ54.9640.9782.85-
YUV176.71160.34161.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 142 (55.86% from 255) = 23.71%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=37.23%
G=23.71%
B=39.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231422340.050.3900.08292.8368.6673.73
HexDF8EEA52708125454a
Octal337216352547010445105112
Binary1101111110001110111010101011001110100010010010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8EEA; }

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

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

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

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

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

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

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

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