Html Css Color HEX #DB77FC Heliotrope

📋 copy color: '#DB77FC'

red 219 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #DB77FC

Tints of Heliotrope #DB77FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 37.12%
G = 20.17%
B = 42.71%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB77FC (or 0xDB77FC) is known color: Heliotrope. HEX triplet: DB, 77 and FC. RGB value is (219,119,252). Sum of RGB (Red+Green+Blue) = 219+119+252=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77FC is #248803. Grayscale: #A3A3A3. Windows color (decimal): -2394116 or 16545755. OLE color: 16545755.

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

Color convert

RGB 219 119 252 -
CMYK 0.13 0.53 0 0.01
HSL 285.11º 0.96% 0.73% -
HSV(B) 285.11º 0.53% 0.99% -
XYZ 53.38 35.28 96.09 -
YUV 164.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 219 119 252 0.13 0.53 0 0.01 285.11 0.96 0.73
Hex DB 77 FC D 35 0 1 11D 60 49
Octal 333 167 374 15 65 0 1 435 140 111
Binary 11011011 1110111 11111100 1101 110101 0 1 100011101 1100000 1001001

Color Harmonies of #DB77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77FC

Black with #DB77FC

Text Example


Text Example

White with #DB77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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