#DB88EE

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

Shades of Violet #DB88EE

Tints of Violet #DB88EE

Color information

#DB88EE (or 0xDB88EE) is unknown color: approx Violet. HEX triplet: DB, 88 and EE. RGB value is (219,136,238). Sum of RGB (Red+Green+Blue) = 219+136+238=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB88EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88EE is #247711. Grayscale: #ACACAC. Windows color (decimal): -2389778 or 15632603. OLE color: 15632603.

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

Color convert

RGB219136238-
CMYK0.080.4300.07
HSL288.82º75%73.33%-
HSV(B)288.82º42.86%93.33%-
XYZ53.4538.8485.57-
YUV172.44165161.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=36.93%
G=22.93%
B=40.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191362380.080.4300.07288.827573.33
HexDB88EE82B071214b49
Octal333210356105307441113111
Binary1101101110001000111011101000101011011110010000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88EE; }

 p { color: rgb(219,136,238); }

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

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

 a { background-color: rgb(219,136,238); }

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

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

 span { border-color: rgb(219,136,238); }

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