#DB8BF0

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

Shades of Violet #DB8BF0

Tints of Violet #DB8BF0

Color information

#DB8BF0 (or 0xDB8BF0) is unknown color: approx Violet. HEX triplet: DB, 8B and F0. RGB value is (219,139,240). Sum of RGB (Red+Green+Blue) = 219+139+240=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB8BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BF0 is #24740F. Grayscale: #AEAEAE. Windows color (decimal): -2389008 or 15764443. OLE color: 15764443.

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

Color convert

RGB219139240-
CMYK0.090.4200.06
HSL287.52º77.1%74.31%-
HSV(B)287.52º42.08%94.12%-
XYZ54.1739.8287.27-
YUV174.43165159.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 139 (54.69% from 255) = 23.24%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=36.62%
G=23.24%
B=40.13%

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
Decimal2191392400.090.4200.06287.5277.174.31
HexDB8BF092A061204d4a
Octal333213360115206440115112
Binary1101101110001011111100001001101010011010010000010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BF0; }

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

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

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

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

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

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

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

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