#DB8FEE

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

Shades of Violet #DB8FEE

Tints of Violet #DB8FEE

Color information

#DB8FEE (or 0xDB8FEE) is unknown color: approx Violet. HEX triplet: DB, 8F and EE. RGB value is (219,143,238). Sum of RGB (Red+Green+Blue) = 219+143+238=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FEE is #247011. Grayscale: #B0B0B0. Windows color (decimal): -2387986 or 15634395. OLE color: 15634395.

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

Color convert

RGB219143238-
CMYK0.080.4000.07
HSL288º73.64%74.71%-
HSV(B)288º39.92%93.33%-
XYZ54.4740.8885.91-
YUV176.55162.68158.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 143 (56.25% from 255) = 23.83%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=36.5%
G=23.83%
B=39.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191432380.080.4000.0728873.6474.71
HexDB8FEE828071204a4b
Octal333217356105007440112113
Binary1101101110001111111011101000101000011110010000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8FEE; }

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

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

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

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

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

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

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

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