#DC85EC

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

Shades of Violet #DC85EC

Tints of Violet #DC85EC

Color information

#DC85EC (or 0xDC85EC) is unknown color: approx Violet. HEX triplet: DC, 85 and EC. RGB value is (220,133,236). Sum of RGB (Red+Green+Blue) = 220+133+236=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85EC is #237A13. Grayscale: #AAAAAA. Windows color (decimal): -2325012 or 15500764. OLE color: 15500764.

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

Color convert

RGB220133236-
CMYK0.070.4400.07
HSL290.68º73.05%72.35%-
HSV(B)290.68º43.64%92.55%-
XYZ53.0438.0583.9-
YUV170.76164.82163.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 133 (52.34% from 255) = 22.58%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=37.35%
G=22.58%
B=40.07%

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
Decimal2201332360.070.4400.07290.6873.0572.35
HexDC85EC72C071234948
Octal33420535475407443111110
Binary110111001000010111101100111101100011110010001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85EC; }

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

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

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

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

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

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

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

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