#DA93FE

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

Shades of Mauve #DA93FE

Tints of Mauve #DA93FE

Color information

#DA93FE (or 0xDA93FE) is unknown color: approx Mauve. HEX triplet: DA, 93 and FE. RGB value is (218,147,254). Sum of RGB (Red+Green+Blue) = 218+147+254=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA93FE is #256C01. Grayscale: #B4B4B4. Windows color (decimal): -2452482 or 16683994. OLE color: 16683994.

HSL color Cylindrical-coordinate representation of color #DA93FE: hue angle of 279.81º 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 #DA93FE is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218147254-
CMYK0.140.4200.00
HSL279.81º98.17%78.63%-
HSV(B)279.81º42.13%99.61%-
XYZ57.2442.9399.04-
YUV180.43169.52154.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 147 (57.81% from 255) = 23.75%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=35.22%
G=23.75%
B=41.03%

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
Decimal2181472540.140.4200.00279.8198.1778.63
HexDA93FEE2A00118624f
Octal332223376165200430142117
Binary11011010100100111111111011101010100010001100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93FE; }

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

 H1.HeaderClassName
 {
   color: #DA93FE;
 }
 .AnyTagClassName
 {
   color: #DA93FE;
 }
</style>
background-color css

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

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

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

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

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

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