#DA9FFD

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

Shades of Mauve #DA9FFD

Tints of Mauve #DA9FFD

Color information

#DA9FFD (or 0xDA9FFD) is unknown color: approx Mauve. HEX triplet: DA, 9F and FD. RGB value is (218,159,253). Sum of RGB (Red+Green+Blue) = 218+159+253=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FFD is #256002. Grayscale: #BBBBBB. Windows color (decimal): -2449411 or 16621530. OLE color: 16621530.

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

Color convert

RGB218159253-
CMYK0.140.3700.01
HSL277.66º95.92%80.78%-
HSV(B)277.66º37.15%99.22%-
XYZ59.0446.7998.85-
YUV187.36165.05149.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 159 (62.5% from 255) = 25.24%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=34.60%
G=25.24%
B=40.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181592530.140.3700.01277.6695.9280.78
HexDA9FFDE25011166051
Octal332237375164501426140121
Binary11011010100111111111110111101001010110001011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FFD; }

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

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

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

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

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

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

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

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