#DA9BFA

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

Shades of Mauve #DA9BFA

Tints of Mauve #DA9BFA

Color information

#DA9BFA (or 0xDA9BFA) is unknown color: approx Mauve. HEX triplet: DA, 9B and FA. RGB value is (218,155,250). Sum of RGB (Red+Green+Blue) = 218+155+250=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9BFA is #256405. Grayscale: #B8B8B8. Windows color (decimal): -2450438 or 16423898. OLE color: 16423898.

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

Color convert

RGB218155250-
CMYK0.130.3800.02
HSL279.79º90.48%79.41%-
HSV(B)279.79º38%98.04%-
XYZ57.8945.2596.13-
YUV184.67164.87151.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 155 (60.94% from 255) = 24.88%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=34.99%
G=24.88%
B=40.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181552500.130.3800.02279.7990.4879.41
HexDA9BFAD26021185a4f
Octal332233372154602430132117
Binary110110101001101111111010110110011001010001100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BFA; }

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

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

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

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

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

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

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

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