Html Css Color HEX #DB77FF Heliotrope

📋 copy color: '#DB77FF'

red 219 ◦ green 119 ◦ blue 255

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

Shades of Heliotrope #DB77FF

Tints of Heliotrope #DB77FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43%

R = 36.93%
G = 20.07%
B = 43%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB77FF (or 0xDB77FF) is known color: Heliotrope. HEX triplet: DB, 77 and FF. RGB value is (219,119,255). Sum of RGB (Red+Green+Blue) = 219+119+255=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77FF is #248800. Grayscale: #A3A3A3. Windows color (decimal): -2394113 or 16742363. OLE color: 16742363.

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

Color convert

RGB 219 119 255 -
CMYK 0.14 0.53 0 0
HSL 284.12º 1% 0.73% -
HSV(B) 284.12º 0.53% 1% -
XYZ 53.86 35.47 98.62 -
YUV 164.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 219 119 255 0.14 0.53 0 0 284.12 1 0.73
Hex DB 77 FF E 35 0 0 11C 64 49
Octal 333 167 377 16 65 0 0 434 144 111
Binary 11011011 1110111 11111111 1110 110101 0 0 100011100 1100100 1001001

Color Harmonies of #DB77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77FF

Black with #DB77FF

Text Example


Text Example

White with #DB77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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