#DB76F1

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

Shades of Heliotrope #DB76F1

Tints of Heliotrope #DB76F1

Color information

#DB76F1 (or 0xDB76F1) is unknown color: approx Heliotrope. HEX triplet: DB, 76 and F1. RGB value is (219,118,241). Sum of RGB (Red+Green+Blue) = 219+118+241=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76F1 is #24890E. Grayscale: #A1A1A1. Windows color (decimal): -2394383 or 15824603. OLE color: 15824603.

HSL color Cylindrical-coordinate representation of color #DB76F1: hue angle of 289.27º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB76F1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219118241-
CMYK0.090.5100.05
HSL289.27º81.46%70.39%-
HSV(B)289.27º51.04%94.51%-
XYZ51.5734.3787.13-
YUV162.22172.46168.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 118 (46.48% from 255) = 20.42%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=37.89%
G=20.42%
B=41.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191182410.090.5100.05289.2781.4670.39
HexDB76F1933051215146
Octal333166361116305441121106
Binary110110111110110111100011001110011010110010000110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB76F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB76F1; }

 p { color: rgb(219,118,241); }

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

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

 a { background-color: rgb(219,118,241); }

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

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

 span { border-color: rgb(219,118,241); }

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