#DC85ED

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

Shades of Violet #DC85ED

Tints of Violet #DC85ED

Color information

#DC85ED (or 0xDC85ED) is unknown color: approx Violet. HEX triplet: DC, 85 and ED. RGB value is (220,133,237). Sum of RGB (Red+Green+Blue) = 220+133+237=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85ED is #237A12. Grayscale: #AAAAAA. Windows color (decimal): -2325011 or 15566300. OLE color: 15566300.

HSL color Cylindrical-coordinate representation of color #DC85ED: hue angle of 290.19º 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 #DC85ED is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220133237-
CMYK0.070.4400.07
HSL290.19º74.29%72.55%-
HSV(B)290.19º43.88%92.94%-
XYZ53.1938.1184.67-
YUV170.87165.32163.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 133 (52.34% from 255) = 22.54%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=37.29%
G=22.54%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2201332370.070.4400.07290.1974.2972.55
HexDC85ED72C071224a49
Octal33420535575407442112111
Binary110111001000010111101101111101100011110010001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85ED; }

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

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

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

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

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

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

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

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