#DB77F1

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

Shades of Heliotrope #DB77F1

Tints of Heliotrope #DB77F1

Color information

#DB77F1 (or 0xDB77F1) is unknown color: approx Heliotrope. HEX triplet: DB, 77 and F1. RGB value is (219,119,241). Sum of RGB (Red+Green+Blue) = 219+119+241=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77F1 is #24880E. Grayscale: #A2A2A2. Windows color (decimal): -2394127 or 15824859. OLE color: 15824859.

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

Color convert

RGB219119241-
CMYK0.090.5100.05
HSL289.18º81.33%70.59%-
HSV(B)289.18º50.62%94.51%-
XYZ51.6934.687.17-
YUV162.81172.13168.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 119 (46.88% from 255) = 20.55%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=37.82%
G=20.55%
B=41.62%

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
Decimal2191192410.090.5100.05289.1881.3370.59
HexDB77F1933051215147
Octal333167361116305441121107
Binary110110111110111111100011001110011010110010000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB77F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB77F1; }

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

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

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

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

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

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

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

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