#DA98FF

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

Shades of Mauve #DA98FF

Tints of Mauve #DA98FF

Color information

#DA98FF (or 0xDA98FF) is unknown color: approx Mauve. HEX triplet: DA, 98 and FF. RGB value is (218,152,255). Sum of RGB (Red+Green+Blue) = 218+152+255=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA98FF is #256700. Grayscale: #B7B7B7. Windows color (decimal): -2451201 or 16750810. OLE color: 16750810.

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

Color convert

RGB218152255-
CMYK0.150.4000
HSL278.45º100%79.8%-
HSV(B)278.45º40.39%100%-
XYZ58.1944.58100.15-
YUV183.48168.37152.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 152 (59.77% from 255) = 24.32%
BLUE value IS 255 (100% from 255) = 40.8%
R=34.88%
G=24.32%
B=40.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181522550.150.4000278.4510079.8
HexDA98FFF28001166450
Octal332230377175000426144120
Binary11011010100110001111111111111010000010001011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98FF; }

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

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

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

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

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

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

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

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