Html Css Color HEX #DB83EA Violet

📋 copy color: '#DB83EA'

red 219 ◦ green 131 ◦ blue 234

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

Shades of Violet #DB83EA

Tints of Violet #DB83EA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.43%

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

R = 37.5%
G = 22.43%
B = 40.07%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB83EA (or 0xDB83EA) is known color: Violet. HEX triplet: DB, 83 and EA. RGB value is (219,131,234). Sum of RGB (Red+Green+Blue) = 219+131+234=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 131 (51.56% from 255 or 22.43% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB83EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB83EA is #247C15. Grayscale: #A8A8A8. Windows color (decimal): -2391062 or 15369179. OLE color: 15369179.

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

Color convert

RGB 219 131 234 -
CMYK 0.06 0.44 0 0.08
HSL 291.26º 0.71% 0.72% -
HSV(B) 291.26º 0.44% 0.92% -
XYZ 52.18 37.23 82.28 -
YUV 169.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 219 131 234 0.06 0.44 0 0.08 291.26 0.71 0.72
Hex DB 83 EA 6 2C 0 8 123 47 48
Octal 333 203 352 6 54 0 10 443 107 110
Binary 11011011 10000011 11101010 110 101100 0 1000 100100011 1000111 1001000

Color Harmonies of #DB83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83EA

Black with #DB83EA

Text Example


Text Example

White with #DB83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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