#db58fa

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

Shades of Heliotrope #DB58FA

Tints of Heliotrope #DB58FA

Color information

#DB58FA (or 0xDB58FA) is unknown color: approx Heliotrope. HEX triplet: DB, 58 and FA. RGB value is (219,88,250). Sum of RGB (Red+Green+Blue) = 219+88+250=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 88 (34.77% from 255 or 15.80% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58FA is #24A705. Grayscale: #919191. Windows color (decimal): -2402054 or 16406747. OLE color: 16406747.

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

Color convert

RGB21988250-
CMYK0.120.6500.02
HSL288.52º94.19%66.27%-
HSV(B)288.52º64.8%98.04%-
XYZ49.9628.9493.4-
YUV145.64186.9180.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 88 (34.77% from 255) = 15.80%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=39.32%
G=15.80%
B=44.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219882500.120.6500.02288.5294.1966.27
HexDB58FAC41021215e42
Octal3331303721410102441136102
Binary110110111011000111110101100100000101010010000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db58fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db58fa; }

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

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

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

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

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

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

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

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