#DA95FB

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

Shades of Mauve #DA95FB

Tints of Mauve #DA95FB

Color information

#DA95FB (or 0xDA95FB) is unknown color: approx Mauve. HEX triplet: DA, 95 and FB. RGB value is (218,149,251). Sum of RGB (Red+Green+Blue) = 218+149+251=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA95FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95FB is #256A04. Grayscale: #B4B4B4. Windows color (decimal): -2451973 or 16487898. OLE color: 16487898.

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

Color convert

RGB218149251-
CMYK0.130.4100.02
HSL280.59º92.73%78.43%-
HSV(B)280.59º40.64%98.43%-
XYZ57.0743.3796.63-
YUV181.26167.36154.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 149 (58.59% from 255) = 24.11%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=35.28%
G=24.11%
B=40.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181492510.130.4100.02280.5992.7378.43
HexDA95FBD29021195d4e
Octal332225373155102431135116
Binary110110101001010111111011110110100101010001100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95FB; }

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

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

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

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

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

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

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

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