#DB89EA

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

Shades of Violet #DB89EA

Tints of Violet #DB89EA

Color information

#DB89EA (or 0xDB89EA) is unknown color: approx Violet. HEX triplet: DB, 89 and EA. RGB value is (219,137,234). Sum of RGB (Red+Green+Blue) = 219+137+234=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB89EA is #247615. Grayscale: #ACACAC. Windows color (decimal): -2389526 or 15370715. OLE color: 15370715.

HSL color Cylindrical-coordinate representation of color #DB89EA: hue angle of 290.72º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB89EA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219137234-
CMYK0.060.4100.08
HSL290.72º69.78%72.75%-
HSV(B)290.72º41.45%91.76%-
XYZ53.0138.8982.55-
YUV172.58162.67161.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 137 (53.91% from 255) = 23.22%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=37.12%
G=23.22%
B=39.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191372340.060.4100.08290.7269.7872.75
HexDB89EA629081234649
Octal333211352651010443106111
Binary1101101110001001111010101101010010100010010001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89EA; }

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

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

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

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

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

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

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

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