#DB58FD

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

Shades of Heliotrope #DB58FD

Tints of Heliotrope #DB58FD

Color information

#DB58FD (or 0xDB58FD) is unknown color: approx Heliotrope. HEX triplet: DB, 58 and FD. RGB value is (219,88,253). Sum of RGB (Red+Green+Blue) = 219+88+253=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB58FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58FD is #24A702. Grayscale: #919191. Windows color (decimal): -2402051 or 16603355. OLE color: 16603355.

HSL color Cylindrical-coordinate representation of color #DB58FD: hue angle of 287.64º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB58FD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21988253-
CMYK0.130.6500.01
HSL287.64º97.63%66.86%-
HSV(B)287.64º65.22%99.22%-
XYZ50.4329.1395.89-
YUV145.98188.4180.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 88 (34.77% from 255) = 15.71%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=39.11%
G=15.71%
B=45.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal219882530.130.6500.01287.6497.6366.86
HexDB58FDD41011206243
Octal3331303751510101440142103
Binary11011011101100011111101110110000010110010000011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB58FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB58FD; }

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

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

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

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

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

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

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

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