#DB59F1

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

Shades of Heliotrope #DB59F1

Tints of Heliotrope #DB59F1

Color information

#DB59F1 (or 0xDB59F1) is unknown color: approx Heliotrope. HEX triplet: DB, 59 and F1. RGB value is (219,89,241). Sum of RGB (Red+Green+Blue) = 219+89+241=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB59F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59F1 is #24A60E. Grayscale: #909090. Windows color (decimal): -2401807 or 15817179. OLE color: 15817179.

HSL color Cylindrical-coordinate representation of color #DB59F1: hue angle of 291.32º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB59F1 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21989241-
CMYK0.090.6300.05
HSL291.32º84.44%64.71%-
HSV(B)291.32º63.07%94.51%-
XYZ48.6628.5686.17-
YUV145.2182.07180.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 89 (35.16% from 255) = 16.21%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=39.89%
G=16.21%
B=43.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219892410.090.6300.05291.3284.4464.71
HexDB59F193F051235441
Octal333131361117705443124101
Binary110110111011001111100011001111111010110010001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB59F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB59F1; }

 p { color: rgb(219,89,241); }

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

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

 a { background-color: rgb(219,89,241); }

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

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

 span { border-color: rgb(219,89,241); }

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