Html Css Color HEX #DB93FE Mauve

📋 copy color: '#DB93FE'

red 219 ◦ green 147 ◦ blue 254

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

Shades of Mauve #DB93FE

Tints of Mauve #DB93FE

RGB

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

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

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

R = 35.32%
G = 23.71%
B = 40.97%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB93FE (or 0xDB93FE) is known color: Mauve. HEX triplet: DB, 93 and FE. RGB value is (219,147,254). Sum of RGB (Red+Green+Blue) = 219+147+254=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93FE is #246C01. Grayscale: #B4B4B4. Windows color (decimal): -2386946 or 16683995. OLE color: 16683995.

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

Color convert

RGB 219 147 254 -
CMYK 0.14 0.42 0 0.00
HSL 280.37º 0.98% 0.79% -
HSV(B) 280.37º 0.42% 1% -
XYZ 57.54 43.08 99.05 -
YUV 180.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 219 147 254 0.14 0.42 0 0.00 280.37 0.98 0.79
Hex DB 93 FE E 2A 0 0 118 62 4F
Octal 333 223 376 16 52 0 0 430 142 117
Binary 11011011 10010011 11111110 1110 101010 0 0 100011000 1100010 1001111

Color Harmonies of #DB93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93FE

Black with #DB93FE

Text Example


Text Example

White with #DB93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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