#DB83E2

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

Shades of Violet #DB83E2

Tints of Violet #DB83E2

Color information

#DB83E2 (or 0xDB83E2) is unknown color: approx Violet. HEX triplet: DB, 83 and E2. RGB value is (219,131,226). Sum of RGB (Red+Green+Blue) = 219+131+226=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB83E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83E2 is #247C1D. Grayscale: #A7A7A7. Windows color (decimal): -2391070 or 14844891. OLE color: 14844891.

HSL color Cylindrical-coordinate representation of color #DB83E2: hue angle of 295.58º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB83E2 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219131226-
CMYK0.030.4200.11
HSL295.58º62.09%70%-
HSV(B)295.58º42.04%88.63%-
XYZ51.0636.7876.36-
YUV168.14160.65164.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 131 (51.56% from 255) = 22.74%
BLUE value IS 226 (88.67% from 255) = 39.24%
R=38.02%
G=22.74%
B=39.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191312260.030.4200.11295.5862.0970
HexDB83E232A0B1283e46
Octal33320334235201345076106
Binary11011011100000111110001011101010010111001010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83E2; }

 p { color: rgb(219,131,226); }

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

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

 a { background-color: rgb(219,131,226); }

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

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

 span { border-color: rgb(219,131,226); }

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