#DC85EE

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

Shades of Violet #DC85EE

Tints of Violet #DC85EE

Color information

#DC85EE (or 0xDC85EE) is unknown color: approx Violet. HEX triplet: DC, 85 and EE. RGB value is (220,133,238). Sum of RGB (Red+Green+Blue) = 220+133+238=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85EE is #237A11. Grayscale: #AAAAAA. Windows color (decimal): -2325010 or 15631836. OLE color: 15631836.

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

Color convert

RGB220133238-
CMYK0.080.4400.07
HSL289.71º75.54%72.75%-
HSV(B)289.71º44.12%93.33%-
XYZ53.3438.1685.44-
YUV170.98165.82162.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 133 (52.34% from 255) = 22.50%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=37.23%
G=22.50%
B=40.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201332380.080.4400.07289.7175.5472.75
HexDC85EE82C071224c49
Octal334205356105407442114111
Binary1101110010000101111011101000101100011110010001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85EE; }

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

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

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

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

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

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

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

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