#DB8CEE

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

Shades of Violet #DB8CEE

Tints of Violet #DB8CEE

Color information

#DB8CEE (or 0xDB8CEE) is unknown color: approx Violet. HEX triplet: DB, 8C and EE. RGB value is (219,140,238). Sum of RGB (Red+Green+Blue) = 219+140+238=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CEE is #247311. Grayscale: #AEAEAE. Windows color (decimal): -2388754 or 15633627. OLE color: 15633627.

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

Color convert

RGB219140238-
CMYK0.080.4100.07
HSL288.37º74.24%74.12%-
HSV(B)288.37º41.18%93.33%-
XYZ54.0239.9985.76-
YUV174.79163.67159.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 140 (55.08% from 255) = 23.45%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=36.68%
G=23.45%
B=39.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191402380.080.4100.07288.3774.2474.12
HexDB8CEE829071204a4a
Octal333214356105107440112112
Binary1101101110001100111011101000101001011110010000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8CEE; }

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

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

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

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

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

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

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

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