#DB91FD

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

Shades of Heliotrope #DB91FD

Tints of Heliotrope #DB91FD

Color information

#DB91FD (or 0xDB91FD) is unknown color: approx Heliotrope. HEX triplet: DB, 91 and FD. RGB value is (219,145,253). Sum of RGB (Red+Green+Blue) = 219+145+253=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB91FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91FD is #246E02. Grayscale: #B3B3B3. Windows color (decimal): -2387459 or 16617947. OLE color: 16617947.

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

Color convert

RGB219145253-
CMYK0.130.4300.01
HSL281.11º96.43%78.04%-
HSV(B)281.11º42.69%99.22%-
XYZ57.0742.498.11-
YUV179.44169.52156.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=35.49%
G=23.50%
B=41.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191452530.130.4300.01281.1196.4378.04
HexDB91FDD2B01119604e
Octal333221375155301431140116
Binary11011011100100011111110111011010110110001100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91FD; }

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

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

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

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

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

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

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

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