Html Css Color HEX #DB77FE Heliotrope

📋 copy color: '#DB77FE'

red 219 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #DB77FE

Tints of Heliotrope #DB77FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 36.99%
G = 20.1%
B = 42.91%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB77FE (or 0xDB77FE) is known color: Heliotrope. HEX triplet: DB, 77 and FE. RGB value is (219,119,254). Sum of RGB (Red+Green+Blue) = 219+119+254=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77FE is #248801. Grayscale: #A3A3A3. Windows color (decimal): -2394114 or 16676827. OLE color: 16676827.

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

Color convert

RGB 219 119 254 -
CMYK 0.14 0.53 0 0.00
HSL 284.44º 0.99% 0.73% -
HSV(B) 284.44º 0.53% 1% -
XYZ 53.7 35.41 97.77 -
YUV 164.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 219 119 254 0.14 0.53 0 0.00 284.44 0.99 0.73
Hex DB 77 FE E 35 0 0 11C 63 49
Octal 333 167 376 16 65 0 0 434 143 111
Binary 11011011 1110111 11111110 1110 110101 0 0 100011100 1100011 1001001

Color Harmonies of #DB77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77FE

Black with #DB77FE

Text Example


Text Example

White with #DB77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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