Html Css Color HEX #DB93FA Mauve

📋 copy color: '#DB93FA'

red 219 ◦ green 147 ◦ blue 250

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

Shades of Mauve #DB93FA

Tints of Mauve #DB93FA

RGB

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

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

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

R = 35.55%
G = 23.86%
B = 40.58%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB93FA (or 0xDB93FA) is known color: Mauve. HEX triplet: DB, 93 and FA. RGB value is (219,147,250). Sum of RGB (Red+Green+Blue) = 219+147+250=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93FA is #246C05. Grayscale: #B3B3B3. Windows color (decimal): -2386950 or 16421851. OLE color: 16421851.

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

Color convert

RGB 219 147 250 -
CMYK 0.12 0.41 0 0.02
HSL 281.94º 0.91% 0.78% -
HSV(B) 281.94º 0.41% 0.98% -
XYZ 56.9 42.83 95.71 -
YUV 180.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 219 147 250 0.12 0.41 0 0.02 281.94 0.91 0.78
Hex DB 93 FA C 29 0 2 11A 5B 4E
Octal 333 223 372 14 51 0 2 432 133 116
Binary 11011011 10010011 11111010 1100 101001 0 10 100011010 1011011 1001110

Color Harmonies of #DB93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93FA

Black with #DB93FA

Text Example


Text Example

White with #DB93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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