#DA98FE

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

Shades of Mauve #DA98FE

Tints of Mauve #DA98FE

Color information

#DA98FE (or 0xDA98FE) is unknown color: approx Mauve. HEX triplet: DA, 98 and FE. RGB value is (218,152,254). Sum of RGB (Red+Green+Blue) = 218+152+254=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 152 (59.77% from 255 or 24.36% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA98FE is #256701. Grayscale: #B7B7B7. Windows color (decimal): -2451202 or 16685274. OLE color: 16685274.

HSL color Cylindrical-coordinate representation of color #DA98FE: hue angle of 278.82º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA98FE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218152254-
CMYK0.140.4000.00
HSL278.82º98.08%79.61%-
HSV(B)278.82º40.16%99.61%-
XYZ58.0344.5299.3-
YUV183.36167.87152.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 152 (59.77% from 255) = 24.36%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=34.94%
G=24.36%
B=40.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181522540.140.4000.00278.8298.0879.61
HexDA98FEE28001176250
Octal332230376165000427142120
Binary11011010100110001111111011101010000010001011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98FE; }

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

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

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

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

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

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

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

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