#DA95FD

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

Shades of Mauve #DA95FD

Tints of Mauve #DA95FD

Color information

#DA95FD (or 0xDA95FD) is unknown color: approx Mauve. HEX triplet: DA, 95 and FD. RGB value is (218,149,253). Sum of RGB (Red+Green+Blue) = 218+149+253=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA95FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95FD is #256A02. Grayscale: #B5B5B5. Windows color (decimal): -2451971 or 16618970. OLE color: 16618970.

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

Color convert

RGB218149253-
CMYK0.140.4100.01
HSL279.81º96.3%78.82%-
HSV(B)279.81º41.11%99.22%-
XYZ57.3943.4998.3-
YUV181.49168.36154.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 149 (58.59% from 255) = 24.03%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=35.16%
G=24.03%
B=40.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181492530.140.4100.01279.8196.378.82
HexDA95FDE2901118604f
Octal332225375165101430140117
Binary11011010100101011111110111101010010110001100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95FD; }

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

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

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

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

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

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

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

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