Html Css Color HEX #DB83EC Violet

📋 copy color: '#DB83EC'

red 219 ◦ green 131 ◦ blue 236

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

Shades of Violet #DB83EC

Tints of Violet #DB83EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 37.37%
G = 22.35%
B = 40.27%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB83EC (or 0xDB83EC) is known color: Violet. HEX triplet: DB, 83 and EC. RGB value is (219,131,236). Sum of RGB (Red+Green+Blue) = 219+131+236=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB83EC is #247C13. Grayscale: #A8A8A8. Windows color (decimal): -2391060 or 15500251. OLE color: 15500251.

HSL color Cylindrical-coordinate representation of color #DB83EC: hue angle of 290.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB83EC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 131 236 -
CMYK 0.07 0.44 0 0.07
HSL 290.29º 0.73% 0.72% -
HSV(B) 290.29º 0.44% 0.93% -
XYZ 52.47 37.35 83.8 -
YUV 169.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 219 131 236 0.07 0.44 0 0.07 290.29 0.73 0.72
Hex DB 83 EC 7 2C 0 7 122 49 48
Octal 333 203 354 7 54 0 7 442 111 110
Binary 11011011 10000011 11101100 111 101100 0 111 100100010 1001001 1001000

Color Harmonies of #DB83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83EC

Black with #DB83EC

Text Example


Text Example

White with #DB83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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