Html Css Color HEX #DB9EFE Mauve

📋 copy color: '#DB9EFE'

red 219 ◦ green 158 ◦ blue 254

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

Shades of Mauve #DB9EFE

Tints of Mauve #DB9EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 34.71%
G = 25.04%
B = 40.25%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB9EFE (or 0xDB9EFE) is known color: Mauve. HEX triplet: DB, 9E and FE. RGB value is (219,158,254). Sum of RGB (Red+Green+Blue) = 219+158+254=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EFE is #246101. Grayscale: #BABABA. Windows color (decimal): -2384130 or 16686811. OLE color: 16686811.

HSL color Cylindrical-coordinate representation of color #DB9EFE: hue angle of 278.12º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9EFE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 158 254 -
CMYK 0.14 0.38 0 0.00
HSL 278.13º 0.98% 0.81% -
HSV(B) 278.13º 0.38% 1% -
XYZ 59.33 46.67 99.65 -
YUV 187.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 219 158 254 0.14 0.38 0 0.00 278.13 0.98 0.81
Hex DB 9E FE E 26 0 0 116 62 51
Octal 333 236 376 16 46 0 0 426 142 121
Binary 11011011 10011110 11111110 1110 100110 0 0 100010110 1100010 1010001

Color Harmonies of #DB9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EFE

Black with #DB9EFE

Text Example


Text Example

White with #DB9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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