#DB5DF0

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

Shades of Heliotrope #DB5DF0

Tints of Heliotrope #DB5DF0

Color information

#DB5DF0 (or 0xDB5DF0) is unknown color: approx Heliotrope. HEX triplet: DB, 5D and F0. RGB value is (219,93,240). Sum of RGB (Red+Green+Blue) = 219+93+240=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB5DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DF0 is #24A20F. Grayscale: #929292. Windows color (decimal): -2400784 or 15752667. OLE color: 15752667.

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

Color convert

RGB21993240-
CMYK0.090.6100.06
HSL291.43º83.05%65.29%-
HSV(B)291.43º61.25%94.12%-
XYZ48.8629.1885.5-
YUV147.43180.24179.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 93 (36.72% from 255) = 16.85%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=39.67%
G=16.85%
B=43.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal219932400.090.6100.06291.4383.0565.29
HexDB5DF093D061235341
Octal333135360117506443123101
Binary110110111011101111100001001111101011010010001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5DF0; }

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

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

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

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

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

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

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

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