#DC89EC

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

Shades of Violet #DC89EC

Tints of Violet #DC89EC

Color information

#DC89EC (or 0xDC89EC) is unknown color: approx Violet. HEX triplet: DC, 89 and EC. RGB value is (220,137,236). Sum of RGB (Red+Green+Blue) = 220+137+236=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89EC is #237613. Grayscale: #ACACAC. Windows color (decimal): -2323988 or 15501788. OLE color: 15501788.

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

Color convert

RGB220137236-
CMYK0.070.4200.07
HSL290.3º72.26%73.14%-
HSV(B)290.3º41.95%92.55%-
XYZ53.639.1684.09-
YUV173.1163.5161.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 137 (53.91% from 255) = 23.10%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=37.10%
G=23.10%
B=39.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201372360.070.4200.07290.372.2673.14
HexDC89EC72A071224849
Octal33421135475207442110111
Binary110111001000100111101100111101010011110010001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89EC; }

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

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

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

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

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

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

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

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