#DF8EF0

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

Shades of Violet #DF8EF0

Tints of Violet #DF8EF0

Color information

#DF8EF0 (or 0xDF8EF0) is unknown color: approx Violet. HEX triplet: DF, 8E and F0. RGB value is (223,142,240). Sum of RGB (Red+Green+Blue) = 223+142+240=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF8EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8EF0 is #20710F. Grayscale: #B1B1B1. Windows color (decimal): -2126096 or 15765215. OLE color: 15765215.

HSL color Cylindrical-coordinate representation of color #DF8EF0: hue angle of 289.59º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8EF0 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223142240-
CMYK0.070.4100.06
HSL289.59º76.56%74.9%-
HSV(B)289.59º40.83%94.12%-
XYZ55.8341.3387.47-
YUV177.39163.34160.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 142 (55.86% from 255) = 23.47%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=36.86%
G=23.47%
B=39.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231422400.070.4100.06289.5976.5674.9
HexDF8EF0729061224d4b
Octal33721636075106442115113
Binary110111111000111011110000111101001011010010001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8EF0; }

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

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

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

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

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

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

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

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