#DB5BF9

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

Shades of Heliotrope #DB5BF9

Tints of Heliotrope #DB5BF9

Color information

#DB5BF9 (or 0xDB5BF9) is unknown color: approx Heliotrope. HEX triplet: DB, 5B and F9. RGB value is (219,91,249). Sum of RGB (Red+Green+Blue) = 219+91+249=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB5BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BF9 is #24A406. Grayscale: #929292. Windows color (decimal): -2401287 or 16341979. OLE color: 16341979.

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

Color convert

RGB21991249-
CMYK0.120.6300.02
HSL288.61º92.94%66.67%-
HSV(B)288.61º63.45%97.65%-
XYZ50.0529.3892.66-
YUV147.28185.41179.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 91 (35.94% from 255) = 16.28%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=39.18%
G=16.28%
B=44.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219912490.120.6300.02288.6192.9466.67
HexDB5BF9C3F021215d43
Octal333133371147702441135103
Binary11011011101101111111001110011111101010010000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5BF9; }

 p { color: rgb(219,91,249); }

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

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

 a { background-color: rgb(219,91,249); }

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

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

 span { border-color: rgb(219,91,249); }

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