#DB93FE

Color #DB93FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DB93FE

Tints of Mauve #DB93FE

Color information

#DB93FE (or 0xDB93FE) is unknown color: approx 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

RGB219147254-
CMYK0.140.4200.00
HSL280.37º98.17%78.63%-
HSV(B)280.37º42.13%99.61%-
XYZ57.5443.0899.05-
YUV180.73169.35155.3-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191472540.140.4200.00280.3798.1778.63
HexDB93FEE2A00118624f
Octal333223376165200430142117
Binary11011011100100111111111011101010100010001100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>