Html Css Color HEX #DB77FA Heliotrope

📋 copy color: '#DB77FA'

red 219 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #DB77FA

Tints of Heliotrope #DB77FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.52%

R = 37.24%
G = 20.24%
B = 42.52%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB77FA (or 0xDB77FA) is known color: Heliotrope. HEX triplet: DB, 77 and FA. RGB value is (219,119,250). Sum of RGB (Red+Green+Blue) = 219+119+250=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77FA is #248805. Grayscale: #A3A3A3. Windows color (decimal): -2394118 or 16414683. OLE color: 16414683.

HSL color Cylindrical-coordinate representation of color #DB77FA: hue angle of 285.8º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB77FA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 119 250 -
CMYK 0.12 0.52 0 0.02
HSL 285.8º 0.93% 0.72% -
HSV(B) 285.8º 0.52% 0.98% -
XYZ 53.07 35.16 94.43 -
YUV 163.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 219 119 250 0.12 0.52 0 0.02 285.8 0.93 0.72
Hex DB 77 FA C 34 0 2 11E 5D 48
Octal 333 167 372 14 64 0 2 436 135 110
Binary 11011011 1110111 11111010 1100 110100 0 10 100011110 1011101 1001000

Color Harmonies of #DB77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77FA

Black with #DB77FA

Text Example


Text Example

White with #DB77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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