#DB8CF9

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

Shades of Heliotrope #DB8CF9

Tints of Heliotrope #DB8CF9

Color information

#DB8CF9 (or 0xDB8CF9) is unknown color: approx Heliotrope. HEX triplet: DB, 8C and F9. RGB value is (219,140,249). Sum of RGB (Red+Green+Blue) = 219+140+249=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB8CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CF9 is #247306. Grayscale: #AFAFAF. Windows color (decimal): -2388743 or 16354523. OLE color: 16354523.

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

Color convert

RGB219140249-
CMYK0.120.4400.02
HSL283.49º90.08%76.27%-
HSV(B)283.49º43.78%97.65%-
XYZ55.6940.6694.53-
YUV176.05169.17158.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 140 (55.08% from 255) = 23.03%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=36.02%
G=23.03%
B=40.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191402490.120.4400.02283.4990.0876.27
HexDB8CF9C2C0211b5a4c
Octal333214371145402433132114
Binary110110111000110011111001110010110001010001101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8CF9; }

 p { color: rgb(219,140,249); }

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

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

 a { background-color: rgb(219,140,249); }

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

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

 span { border-color: rgb(219,140,249); }

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