#DB91FC

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

Shades of Heliotrope #DB91FC

Tints of Heliotrope #DB91FC

Color information

#DB91FC (or 0xDB91FC) is unknown color: approx Heliotrope. HEX triplet: DB, 91 and FC. RGB value is (219,145,252). Sum of RGB (Red+Green+Blue) = 219+145+252=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB91FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91FC is #246E03. Grayscale: #B2B2B2. Windows color (decimal): -2387460 or 16552411. OLE color: 16552411.

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

Color convert

RGB219145252-
CMYK0.130.4200.01
HSL281.5º94.69%77.84%-
HSV(B)281.5º42.46%98.82%-
XYZ56.9142.3497.27-
YUV179.32169.02156.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 145 (57.03% from 255) = 23.54%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=35.55%
G=23.54%
B=40.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191452520.130.4200.01281.594.6977.84
HexDB91FCD2A011195f4e
Octal333221374155201431137116
Binary11011011100100011111110011011010100110001100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91FC; }

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

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

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

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

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

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

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

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