Html Css Color HEX #DB93F6 Mauve

📋 copy color: '#DB93F6'

red 219 ◦ green 147 ◦ blue 246

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

Shades of Mauve #DB93F6

Tints of Mauve #DB93F6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.02%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 35.78%
G = 24.02%
B = 40.2%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB93F6 (or 0xDB93F6) is known color: Mauve. HEX triplet: DB, 93 and F6. RGB value is (219,147,246). Sum of RGB (Red+Green+Blue) = 219+147+246=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB93F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93F6 is #246C09. Grayscale: #B3B3B3. Windows color (decimal): -2386954 or 16159707. OLE color: 16159707.

HSL color Cylindrical-coordinate representation of color #DB93F6: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB93F6 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 147 246 -
CMYK 0.11 0.40 0 0.04
HSL 283.64º 0.85% 0.77% -
HSV(B) 283.64º 0.4% 0.96% -
XYZ 56.28 42.58 92.44 -
YUV 179.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 219 147 246 0.11 0.40 0 0.04 283.64 0.85 0.77
Hex DB 93 F6 B 28 0 4 11C 55 4D
Octal 333 223 366 13 50 0 4 434 125 115
Binary 11011011 10010011 11110110 1011 101000 0 100 100011100 1010101 1001101

Color Harmonies of #DB93F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93F6

Black with #DB93F6

Text Example


Text Example

White with #DB93F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93F6; }

 p { color: rgb(219,147,246); }

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

background-color css

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

 a { background-color: rgb(219,147,246); }

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

border-color css

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

 span { border-color: rgb(219,147,246); }

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