#DB89EC

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

Shades of Violet #DB89EC

Tints of Violet #DB89EC

Color information

#DB89EC (or 0xDB89EC) is unknown color: approx Violet. HEX triplet: DB, 89 and EC. RGB value is (219,137,236). Sum of RGB (Red+Green+Blue) = 219+137+236=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB89EC is #247613. Grayscale: #ACACAC. Windows color (decimal): -2389524 or 15501787. OLE color: 15501787.

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

Color convert

RGB219137236-
CMYK0.070.4200.07
HSL289.7º72.26%73.14%-
HSV(B)289.7º41.95%92.55%-
XYZ53.339.0184.08-
YUV172.8163.67160.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 137 (53.91% from 255) = 23.14%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=36.99%
G=23.14%
B=39.86%

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
Decimal2191372360.070.4200.07289.772.2673.14
HexDB89EC72A071224849
Octal33321135475207442110111
Binary110110111000100111101100111101010011110010001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89EC; }

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

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

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

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

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

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

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

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