#DA95FA

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

Shades of Mauve #DA95FA

Tints of Mauve #DA95FA

Color information

#DA95FA (or 0xDA95FA) is unknown color: approx Mauve. HEX triplet: DA, 95 and FA. RGB value is (218,149,250). Sum of RGB (Red+Green+Blue) = 218+149+250=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95FA is #256A05. Grayscale: #B4B4B4. Windows color (decimal): -2451974 or 16422362. OLE color: 16422362.

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

Color convert

RGB218149250-
CMYK0.130.4000.02
HSL280.99º90.99%78.24%-
HSV(B)280.99º40.4%98.04%-
XYZ56.9243.395.8-
YUV181.14166.86154.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 149 (58.59% from 255) = 24.15%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=35.33%
G=24.15%
B=40.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181492500.130.4000.02280.9990.9978.24
HexDA95FAD28021195b4e
Octal332225372155002431133116
Binary110110101001010111111010110110100001010001100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95FA; }

 p { color: rgb(218,149,250); }

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

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

 a { background-color: rgb(218,149,250); }

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

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

 span { border-color: rgb(218,149,250); }

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