#DB8AF0

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

Shades of Violet #DB8AF0

Tints of Violet #DB8AF0

Color information

#DB8AF0 (or 0xDB8AF0) is unknown color: approx Violet. HEX triplet: DB, 8A and F0. RGB value is (219,138,240). Sum of RGB (Red+Green+Blue) = 219+138+240=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AF0 is #24750F. Grayscale: #ADADAD. Windows color (decimal): -2389264 or 15764187. OLE color: 15764187.

HSL color Cylindrical-coordinate representation of color #DB8AF0: hue angle of 287.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8AF0 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219138240-
CMYK0.090.4200.06
HSL287.65º77.27%74.12%-
HSV(B)287.65º42.5%94.12%-
XYZ54.0339.5387.22-
YUV173.85165.34160.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 138 (54.30% from 255) = 23.12%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=36.68%
G=23.12%
B=40.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191382400.090.4200.06287.6577.2774.12
HexDB8AF092A061204d4a
Octal333212360115206440115112
Binary1101101110001010111100001001101010011010010000010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AF0; }

 p { color: rgb(219,138,240); }

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

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

 a { background-color: rgb(219,138,240); }

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

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

 span { border-color: rgb(219,138,240); }

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