Html Css Color HEX #DB82E6 Violet

📋 copy color: '#DB82E6'

red 219 ◦ green 130 ◦ blue 230

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

Shades of Violet #DB82E6

Tints of Violet #DB82E6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.45%

 BLUE value IS 230 (90.23% from 255) = 39.72%

R = 37.82%
G = 22.45%
B = 39.72%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB82E6 (or 0xDB82E6) is known color: Violet. HEX triplet: DB, 82 and E6. RGB value is (219,130,230). Sum of RGB (Red+Green+Blue) = 219+130+230=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB82E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82E6 is #247D19. Grayscale: #A7A7A7. Windows color (decimal): -2391322 or 15106779. OLE color: 15106779.

HSL color Cylindrical-coordinate representation of color #DB82E6: hue angle of 293.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB82E6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 130 230 -
CMYK 0.05 0.43 0 0.10
HSL 293.4º 0.67% 0.71% -
HSV(B) 293.4º 0.43% 0.9% -
XYZ 51.48 36.74 79.24 -
YUV 168.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 219 130 230 0.05 0.43 0 0.10 293.4 0.67 0.71
Hex DB 82 E6 5 2B 0 A 125 43 47
Octal 333 202 346 5 53 0 12 445 103 107
Binary 11011011 10000010 11100110 101 101011 0 1010 100100101 1000011 1000111

Color Harmonies of #DB82E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82E6

Black with #DB82E6

Text Example


Text Example

White with #DB82E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82E6; }

 p { color: rgb(219,130,230); }

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

background-color css

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

 a { background-color: rgb(219,130,230); }

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

border-color css

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

 span { border-color: rgb(219,130,230); }

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