Html Css Color HEX #DB77EF Heliotrope

📋 copy color: '#DB77EF'

red 219 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #DB77EF

Tints of Heliotrope #DB77EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 37.95%
G = 20.62%
B = 41.42%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB77EF (or 0xDB77EF) is known color: Heliotrope. HEX triplet: DB, 77 and EF. RGB value is (219,119,239). Sum of RGB (Red+Green+Blue) = 219+119+239=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77EF is #248810. Grayscale: #A2A2A2. Windows color (decimal): -2394129 or 15693787. OLE color: 15693787.

HSL color Cylindrical-coordinate representation of color #DB77EF: hue angle of 290º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB77EF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 119 239 -
CMYK 0.08 0.50 0 0.06
HSL 290º 0.79% 0.7% -
HSV(B) 290º 0.5% 0.94% -
XYZ 51.39 34.49 85.61 -
YUV 162.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 219 119 239 0.08 0.50 0 0.06 290 0.79 0.7
Hex DB 77 EF 8 32 0 6 122 4F 46
Octal 333 167 357 10 62 0 6 442 117 106
Binary 11011011 1110111 11101111 1000 110010 0 110 100100010 1001111 1000110

Color Harmonies of #DB77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77EF

Black with #DB77EF

Text Example


Text Example

White with #DB77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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