#DF85ED

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

Shades of Violet #DF85ED

Tints of Violet #DF85ED

Color information

#DF85ED (or 0xDF85ED) is unknown color: approx Violet. HEX triplet: DF, 85 and ED. RGB value is (223,133,237). Sum of RGB (Red+Green+Blue) = 223+133+237=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85ED is #207A12. Grayscale: #ABABAB. Windows color (decimal): -2128403 or 15566303. OLE color: 15566303.

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

Color convert

RGB223133237-
CMYK0.060.4400.07
HSL291.92º74.29%72.55%-
HSV(B)291.92º43.88%92.94%-
XYZ54.1138.5884.72-
YUV171.77164.82164.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 133 (52.34% from 255) = 22.43%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=37.61%
G=22.43%
B=39.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231332370.060.4400.07291.9274.2972.55
HexDF85ED62C071244a49
Octal33720535565407444112111
Binary110111111000010111101101110101100011110010010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85ED; }

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

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

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

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

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

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

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

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