Html Css Color HEX #DB77ED Heliotrope

📋 copy color: '#DB77ED'

red 219 ◦ green 119 ◦ blue 237

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

Shades of Heliotrope #DB77ED

Tints of Heliotrope #DB77ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 38.09%
G = 20.7%
B = 41.22%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB77ED (or 0xDB77ED) is known color: Heliotrope. HEX triplet: DB, 77 and ED. RGB value is (219,119,237). Sum of RGB (Red+Green+Blue) = 219+119+237=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77ED is #248812. Grayscale: #A1A1A1. Windows color (decimal): -2394131 or 15562715. OLE color: 15562715.

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

Color convert

RGB 219 119 237 -
CMYK 0.08 0.50 0 0.07
HSL 290.85º 0.77% 0.7% -
HSV(B) 290.85º 0.5% 0.93% -
XYZ 51.1 34.37 84.06 -
YUV 162.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 219 119 237 0.08 0.50 0 0.07 290.85 0.77 0.7
Hex DB 77 ED 8 32 0 7 123 4D 46
Octal 333 167 355 10 62 0 7 443 115 106
Binary 11011011 1110111 11101101 1000 110010 0 111 100100011 1001101 1000110

Color Harmonies of #DB77ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77ED

Black with #DB77ED

Text Example


Text Example

White with #DB77ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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