#DB83FA

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

Shades of Heliotrope #DB83FA

Tints of Heliotrope #DB83FA

Color information

#DB83FA (or 0xDB83FA) is unknown color: approx Heliotrope. HEX triplet: DB, 83 and FA. RGB value is (219,131,250). Sum of RGB (Red+Green+Blue) = 219+131+250=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 131 (51.56% from 255 or 21.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB83FA is #247C05. Grayscale: #AAAAAA. Windows color (decimal): -2391046 or 16417755. OLE color: 16417755.

HSL color Cylindrical-coordinate representation of color #DB83FA: hue angle of 284.37º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB83FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219131250-
CMYK0.120.4800.02
HSL284.37º92.25%74.71%-
HSV(B)284.37º47.6%98.04%-
XYZ54.5938.1994.94-
YUV170.88172.65162.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 131 (51.56% from 255) = 21.83%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=36.5%
G=21.83%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191312500.120.4800.02284.3792.2574.71
HexDB83FAC300211c5c4b
Octal333203372146002434134113
Binary110110111000001111111010110011000001010001110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83FA; }

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

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

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

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

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

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

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

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