#DA95FE

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

Shades of Mauve #DA95FE

Tints of Mauve #DA95FE

Color information

#DA95FE (or 0xDA95FE) is unknown color: approx Mauve. HEX triplet: DA, 95 and FE. RGB value is (218,149,254). Sum of RGB (Red+Green+Blue) = 218+149+254=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95FE is #256A01. Grayscale: #B5B5B5. Windows color (decimal): -2451970 or 16684506. OLE color: 16684506.

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

Color convert

RGB218149254-
CMYK0.140.4100.00
HSL279.43º98.13%79.02%-
HSV(B)279.43º41.34%99.61%-
XYZ57.5543.5699.14-
YUV181.6168.86153.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 149 (58.59% from 255) = 23.99%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=35.10%
G=23.99%
B=40.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181492540.140.4100.00279.4398.1379.02
HexDA95FEE2900117624f
Octal332225376165100427142117
Binary11011010100101011111111011101010010010001011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95FE; }

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

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

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

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

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

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

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

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