#DB53F3

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

Shades of Heliotrope #DB53F3

Tints of Heliotrope #DB53F3

Color information

#DB53F3 (or 0xDB53F3) is unknown color: approx Heliotrope. HEX triplet: DB, 53 and F3. RGB value is (219,83,243). Sum of RGB (Red+Green+Blue) = 219+83+243=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB53F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53F3 is #24AC0C. Grayscale: #8D8D8D. Windows color (decimal): -2403341 or 15946715. OLE color: 15946715.

HSL color Cylindrical-coordinate representation of color #DB53F3: hue angle of 291º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB53F3 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21983243-
CMYK0.100.6600.05
HSL291º86.96%63.92%-
HSV(B)291º65.84%95.29%-
XYZ48.4827.7287.59-
YUV141.9185.06182.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 83 (32.81% from 255) = 15.23%
BLUE value IS 243 (95.31% from 255) = 44.59%
R=40.18%
G=15.23%
B=44.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219832430.100.6600.0529186.9663.92
HexDB53F3A42051235740
Octal3331233631210205443127100
Binary1101101110100111111001110101000010010110010001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB53F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB53F3; }

 p { color: rgb(219,83,243); }

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

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

 a { background-color: rgb(219,83,243); }

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

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

 span { border-color: rgb(219,83,243); }

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