#DB91F8

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

Shades of Heliotrope #DB91F8

Tints of Heliotrope #DB91F8

Color information

#DB91F8 (or 0xDB91F8) is unknown color: approx Heliotrope. HEX triplet: DB, 91 and F8. RGB value is (219,145,248). Sum of RGB (Red+Green+Blue) = 219+145+248=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB91F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91F8 is #246E07. Grayscale: #B2B2B2. Windows color (decimal): -2387464 or 16290267. OLE color: 16290267.

HSL color Cylindrical-coordinate representation of color #DB91F8: hue angle of 283.11º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB91F8 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219145248-
CMYK0.120.4200.03
HSL283.11º88.03%77.06%-
HSV(B)283.11º41.53%97.25%-
XYZ56.2842.0993.96-
YUV178.87167.02156.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 145 (57.03% from 255) = 23.69%
BLUE value IS 248 (97.27% from 255) = 40.52%
R=35.78%
G=23.69%
B=40.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2191452480.120.4200.03283.1188.0377.06
HexDB91F8C2A0311b584d
Octal333221370145203433130115
Binary110110111001000111111000110010101001110001101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91F8; }

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

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

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

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

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

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

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

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