Html Css Color HEX #DB77EA Heliotrope

📋 copy color: '#DB77EA'

red 219 ◦ green 119 ◦ blue 234

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

Shades of Heliotrope #DB77EA

Tints of Heliotrope #DB77EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 38.29%
G = 20.8%
B = 40.91%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB77EA (or 0xDB77EA) is known color: Heliotrope. HEX triplet: DB, 77 and EA. RGB value is (219,119,234). Sum of RGB (Red+Green+Blue) = 219+119+234=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB77EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77EA is #248815. Grayscale: #A1A1A1. Windows color (decimal): -2394134 or 15366107. OLE color: 15366107.

HSL color Cylindrical-coordinate representation of color #DB77EA: hue angle of 292.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB77EA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 119 234 -
CMYK 0.06 0.49 0 0.08
HSL 292.17º 0.73% 0.69% -
HSV(B) 292.17º 0.49% 0.92% -
XYZ 50.66 34.19 81.77 -
YUV 162.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 219 119 234 0.06 0.49 0 0.08 292.17 0.73 0.69
Hex DB 77 EA 6 31 0 8 124 49 45
Octal 333 167 352 6 61 0 10 444 111 105
Binary 11011011 1110111 11101010 110 110001 0 1000 100100100 1001001 1000101

Color Harmonies of #DB77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77EA

Black with #DB77EA

Text Example


Text Example

White with #DB77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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