Html Css Color HEX #DB77FD Heliotrope

📋 copy color: '#DB77FD'

red 219 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #DB77FD

Tints of Heliotrope #DB77FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 37.06%
G = 20.14%
B = 42.81%

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

#DB77FD (or 0xDB77FD) is known color: Heliotrope. HEX triplet: DB, 77 and FD. RGB value is (219,119,253). Sum of RGB (Red+Green+Blue) = 219+119+253=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77FD is #248802. Grayscale: #A3A3A3. Windows color (decimal): -2394115 or 16611291. OLE color: 16611291.

HSL color Cylindrical-coordinate representation of color #DB77FD: hue angle of 284.78º degrees, saturation: 0.97, 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 #DB77FD is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 119 253 -
CMYK 0.13 0.53 0 0.01
HSL 284.78º 0.97% 0.73% -
HSV(B) 284.78º 0.53% 0.99% -
XYZ 53.54 35.35 96.93 -
YUV 164.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 219 119 253 0.13 0.53 0 0.01 284.78 0.97 0.73
Hex DB 77 FD D 35 0 1 11D 61 49
Octal 333 167 375 15 65 0 1 435 141 111
Binary 11011011 1110111 11111101 1101 110101 0 1 100011101 1100001 1001001

Color Harmonies of #DB77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77FD

Black with #DB77FD

Text Example


Text Example

White with #DB77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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