Html Css Color HEX #DB80EA Violet

📋 copy color: '#DB80EA'

red 219 ◦ green 128 ◦ blue 234

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

Shades of Violet #DB80EA

Tints of Violet #DB80EA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.03%

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

R = 37.69%
G = 22.03%
B = 40.28%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB80EA (or 0xDB80EA) is known color: Violet. HEX triplet: DB, 80 and EA. RGB value is (219,128,234). Sum of RGB (Red+Green+Blue) = 219+128+234=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80EA is #247F15. Grayscale: #A6A6A6. Windows color (decimal): -2391830 or 15368411. OLE color: 15368411.

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

Color convert

RGB 219 128 234 -
CMYK 0.06 0.45 0 0.08
HSL 291.51º 0.72% 0.71% -
HSV(B) 291.51º 0.45% 0.92% -
XYZ 51.78 36.44 82.15 -
YUV 167.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 219 128 234 0.06 0.45 0 0.08 291.51 0.72 0.71
Hex DB 80 EA 6 2D 0 8 124 48 47
Octal 333 200 352 6 55 0 10 444 110 107
Binary 11011011 10000000 11101010 110 101101 0 1000 100100100 1001000 1000111

Color Harmonies of #DB80EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80EA

Black with #DB80EA

Text Example


Text Example

White with #DB80EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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