Html Css Color HEX #DB77FB Heliotrope

📋 copy color: '#DB77FB'

red 219 ◦ green 119 ◦ blue 251

#DB77FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DB77FB

Tints of Heliotrope #DB77FB

RGB

 RED value IS 219 (85.94% from 255) = 37.18%

 GREEN value IS 119 (46.88% from 255) = 20.2%

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 37.18%
G = 20.2%
B = 42.61%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB77FB (or 0xDB77FB) is known color: Heliotrope. HEX triplet: DB, 77 and FB. RGB value is (219,119,251). Sum of RGB (Red+Green+Blue) = 219+119+251=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB77FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77FB is #248804. Grayscale: #A3A3A3. Windows color (decimal): -2394117 or 16480219. OLE color: 16480219.

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

Color convert

RGB 219 119 251 -
CMYK 0.13 0.53 0 0.02
HSL 285.45º 0.94% 0.73% -
HSV(B) 285.45º 0.53% 0.98% -
XYZ 53.22 35.22 95.26 -
YUV 163.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 219 119 251 0.13 0.53 0 0.02 285.45 0.94 0.73
Hex DB 77 FB D 35 0 2 11D 5E 49
Octal 333 167 373 15 65 0 2 435 136 111
Binary 11011011 1110111 11111011 1101 110101 0 10 100011101 1011110 1001001

Color Harmonies of #DB77FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77FB

Black with #DB77FB

Text Example


Text Example

White with #DB77FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77FB; }

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

 H1.HeaderClassName
 {
   color: #DB77FB;
 }
 .AnyTagClassName
 {
   color: #DB77FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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