Html Css Color HEX #DB9EFA Mauve

📋 copy color: '#DB9EFA'

red 219 ◦ green 158 ◦ blue 250

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

Shades of Mauve #DB9EFA

Tints of Mauve #DB9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.2%

 BLUE value IS 250 (98.05% from 255) = 39.87%

R = 34.93%
G = 25.2%
B = 39.87%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB9EFA (or 0xDB9EFA) is known color: Mauve. HEX triplet: DB, 9E and FA. RGB value is (219,158,250). Sum of RGB (Red+Green+Blue) = 219+158+250=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EFA is #246105. Grayscale: #BABABA. Windows color (decimal): -2384134 or 16424667. OLE color: 16424667.

HSL color Cylindrical-coordinate representation of color #DB9EFA: hue angle of 279.78º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9EFA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 158 250 -
CMYK 0.12 0.37 0 0.02
HSL 279.78º 0.9% 0.8% -
HSV(B) 279.78º 0.37% 0.98% -
XYZ 58.7 46.42 96.31 -
YUV 186.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 219 158 250 0.12 0.37 0 0.02 279.78 0.9 0.8
Hex DB 9E FA C 25 0 2 118 5A 50
Octal 333 236 372 14 45 0 2 430 132 120
Binary 11011011 10011110 11111010 1100 100101 0 10 100011000 1011010 1010000

Color Harmonies of #DB9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EFA

Black with #DB9EFA

Text Example


Text Example

White with #DB9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EFA; }

 p { color: rgb(219,158,250); }

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

background-color css

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

 a { background-color: rgb(219,158,250); }

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

border-color css

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

 span { border-color: rgb(219,158,250); }

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