Html Css Color HEX #DB80EB Violet

📋 copy color: '#DB80EB'

red 219 ◦ green 128 ◦ blue 235

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

Shades of Violet #DB80EB

Tints of Violet #DB80EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 37.63%
G = 21.99%
B = 40.38%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB80EB (or 0xDB80EB) is known color: Violet. HEX triplet: DB, 80 and EB. RGB value is (219,128,235). Sum of RGB (Red+Green+Blue) = 219+128+235=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB80EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80EB is #247F14. Grayscale: #A7A7A7. Windows color (decimal): -2391829 or 15433947. OLE color: 15433947.

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

Color convert

RGB 219 128 235 -
CMYK 0.07 0.46 0 0.08
HSL 291.03º 0.73% 0.71% -
HSV(B) 291.03º 0.46% 0.92% -
XYZ 51.93 36.5 82.9 -
YUV 167.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 219 128 235 0.07 0.46 0 0.08 291.03 0.73 0.71
Hex DB 80 EB 7 2E 0 8 123 49 47
Octal 333 200 353 7 56 0 10 443 111 107
Binary 11011011 10000000 11101011 111 101110 0 1000 100100011 1001001 1000111

Color Harmonies of #DB80EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80EB

Black with #DB80EB

Text Example


Text Example

White with #DB80EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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