Html Css Color HEX #DB93FF Mauve

📋 copy color: '#DB93FF'

red 219 ◦ green 147 ◦ blue 255

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

Shades of Mauve #DB93FF

Tints of Mauve #DB93FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 35.27%
G = 23.67%
B = 41.06%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB93FF (or 0xDB93FF) is known color: Mauve. HEX triplet: DB, 93 and FF. RGB value is (219,147,255). Sum of RGB (Red+Green+Blue) = 219+147+255=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93FF is #246C00. Grayscale: #B4B4B4. Windows color (decimal): -2386945 or 16749531. OLE color: 16749531.

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

Color convert

RGB 219 147 255 -
CMYK 0.14 0.42 0 0
HSL 280º 1% 0.79% -
HSV(B) 280º 0.42% 1% -
XYZ 57.7 43.15 99.9 -
YUV 180.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 219 147 255 0.14 0.42 0 0 280 1 0.79
Hex DB 93 FF E 2A 0 0 118 64 4F
Octal 333 223 377 16 52 0 0 430 144 117
Binary 11011011 10010011 11111111 1110 101010 0 0 100011000 1100100 1001111

Color Harmonies of #DB93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93FF

Black with #DB93FF

Text Example


Text Example

White with #DB93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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