#DA9BFB

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

Shades of Mauve #DA9BFB

Tints of Mauve #DA9BFB

Color information

#DA9BFB (or 0xDA9BFB) is unknown color: approx Mauve. HEX triplet: DA, 9B and FB. RGB value is (218,155,251). Sum of RGB (Red+Green+Blue) = 218+155+251=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9BFB is #256404. Grayscale: #B8B8B8. Windows color (decimal): -2450437 or 16489434. OLE color: 16489434.

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

Color convert

RGB218155251-
CMYK0.130.3800.02
HSL279.38º92.31%79.61%-
HSV(B)279.38º38.25%98.43%-
XYZ58.0545.3196.95-
YUV184.78165.37151.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 155 (60.94% from 255) = 24.84%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=34.94%
G=24.84%
B=40.22%

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
Decimal2181552510.130.3800.02279.3892.3179.61
HexDA9BFBD26021175c50
Octal332233373154602427134120
Binary110110101001101111111011110110011001010001011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BFB; }

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

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

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

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

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

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

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

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