#DB8EEF

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

Shades of Violet #DB8EEF

Tints of Violet #DB8EEF

Color information

#DB8EEF (or 0xDB8EEF) is unknown color: approx Violet. HEX triplet: DB, 8E and EF. RGB value is (219,142,239). Sum of RGB (Red+Green+Blue) = 219+142+239=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EEF is #247110. Grayscale: #AFAFAF. Windows color (decimal): -2388241 or 15699675. OLE color: 15699675.

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

Color convert

RGB219142239-
CMYK0.080.4100.06
HSL287.63º75.19%74.71%-
HSV(B)287.63º40.59%93.73%-
XYZ54.4740.6486.63-
YUV176.08163.51158.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=36.5%
G=23.67%
B=39.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191422390.080.4100.06287.6375.1974.71
HexDB8EEF829061204b4b
Octal333216357105106440113113
Binary1101101110001110111011111000101001011010010000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8EEF; }

 p { color: rgb(219,142,239); }

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

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

 a { background-color: rgb(219,142,239); }

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

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

 span { border-color: rgb(219,142,239); }

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