#DB78F2

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

Shades of Heliotrope #DB78F2

Tints of Heliotrope #DB78F2

Color information

#DB78F2 (or 0xDB78F2) is unknown color: approx Heliotrope. HEX triplet: DB, 78 and F2. RGB value is (219,120,242). Sum of RGB (Red+Green+Blue) = 219+120+242=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78F2 is #24870D. Grayscale: #A3A3A3. Windows color (decimal): -2393870 or 15890651. OLE color: 15890651.

HSL color Cylindrical-coordinate representation of color #DB78F2: hue angle of 288.69º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB78F2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219120242-
CMYK0.100.5000.05
HSL288.69º82.43%70.98%-
HSV(B)288.69º50.41%94.9%-
XYZ51.9634.988-
YUV163.51172.3167.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 120 (47.27% from 255) = 20.65%
BLUE value IS 242 (94.92% from 255) = 41.65%
R=37.69%
G=20.65%
B=41.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191202420.100.5000.05288.6982.4370.98
HexDB78F2A32051215247
Octal333170362126205441122107
Binary110110111111000111100101010110010010110010000110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB78F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB78F2; }

 p { color: rgb(219,120,242); }

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

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

 a { background-color: rgb(219,120,242); }

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

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

 span { border-color: rgb(219,120,242); }

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