#DF85EF

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

Shades of Violet #DF85EF

Tints of Violet #DF85EF

Color information

#DF85EF (or 0xDF85EF) is unknown color: approx Violet. HEX triplet: DF, 85 and EF. RGB value is (223,133,239). Sum of RGB (Red+Green+Blue) = 223+133+239=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85EF is #207A10. Grayscale: #ABABAB. Windows color (decimal): -2128401 or 15697375. OLE color: 15697375.

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

Color convert

RGB223133239-
CMYK0.070.4400.06
HSL290.94º76.81%72.94%-
HSV(B)290.94º44.35%93.73%-
XYZ54.438.786.26-
YUV171.99165.82164.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 133 (52.34% from 255) = 22.35%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=37.48%
G=22.35%
B=40.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231332390.070.4400.06290.9476.8172.94
HexDF85EF72C061234d49
Octal33720535775406443115111
Binary110111111000010111101111111101100011010010001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85EF; }

 p { color: rgb(223,133,239); }

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

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

 a { background-color: rgb(223,133,239); }

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

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

 span { border-color: rgb(223,133,239); }

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