#DB7DFB

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

Shades of Heliotrope #DB7DFB

Tints of Heliotrope #DB7DFB

Color information

#DB7DFB (or 0xDB7DFB) is unknown color: approx Heliotrope. HEX triplet: DB, 7D and FB. RGB value is (219,125,251). Sum of RGB (Red+Green+Blue) = 219+125+251=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DFB is #248204. Grayscale: #A7A7A7. Windows color (decimal): -2392581 or 16481755. OLE color: 16481755.

HSL color Cylindrical-coordinate representation of color #DB7DFB: hue angle of 284.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7DFB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219125251-
CMYK0.130.5000.02
HSL284.76º94.03%73.73%-
HSV(B)284.76º50.2%98.43%-
XYZ53.9636.6995.51-
YUV167.47175.14164.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 125 (49.22% from 255) = 21.01%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=36.81%
G=21.01%
B=42.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191252510.130.5000.02284.7694.0373.73
HexDB7DFBD320211d5e4a
Octal333175373156202435136112
Binary11011011111110111111011110111001001010001110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DFB; }

 p { color: rgb(219,125,251); }

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

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

 a { background-color: rgb(219,125,251); }

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

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

 span { border-color: rgb(219,125,251); }

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