#DA9BFC

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

Shades of Mauve #DA9BFC

Tints of Mauve #DA9BFC

Color information

#DA9BFC (or 0xDA9BFC) is unknown color: approx Mauve. HEX triplet: DA, 9B and FC. RGB value is (218,155,252). Sum of RGB (Red+Green+Blue) = 218+155+252=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9BFC is #256403. Grayscale: #B8B8B8. Windows color (decimal): -2450436 or 16554970. OLE color: 16554970.

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

Color convert

RGB218155252-
CMYK0.130.3800.01
HSL278.97º94.17%79.8%-
HSV(B)278.97º38.49%98.82%-
XYZ58.2145.3897.79-
YUV184.9165.87151.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 155 (60.94% from 255) = 24.8%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=34.88%
G=24.8%
B=40.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181552520.130.3800.01278.9794.1779.8
HexDA9BFCD26011175e50
Octal332233374154601427136120
Binary11011010100110111111110011011001100110001011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BFC; }

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

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

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

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

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

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

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

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