#DA98F9

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

Shades of Mauve #DA98F9

Tints of Mauve #DA98F9

Color information

#DA98F9 (or 0xDA98F9) is unknown color: approx Mauve. HEX triplet: DA, 98 and F9. RGB value is (218,152,249). Sum of RGB (Red+Green+Blue) = 218+152+249=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA98F9 is #256706. Grayscale: #B6B6B6. Windows color (decimal): -2451207 or 16357594. OLE color: 16357594.

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

Color convert

RGB218152249-
CMYK0.120.3900.02
HSL280.82º88.99%78.63%-
HSV(B)280.82º38.96%97.65%-
XYZ57.2444.295.14-
YUV182.79165.37153.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 152 (59.77% from 255) = 24.56%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=35.22%
G=24.56%
B=40.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181522490.120.3900.02280.8288.9978.63
HexDA98F9C2702119594f
Octal332230371144702431131117
Binary110110101001100011111001110010011101010001100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98F9; }

 p { color: rgb(218,152,249); }

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

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

 a { background-color: rgb(218,152,249); }

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

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

 span { border-color: rgb(218,152,249); }

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