#DA94FC

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

Shades of Mauve #DA94FC

Tints of Mauve #DA94FC

Color information

#DA94FC (or 0xDA94FC) is unknown color: approx Mauve. HEX triplet: DA, 94 and FC. RGB value is (218,148,252). Sum of RGB (Red+Green+Blue) = 218+148+252=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA94FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA94FC is #256B03. Grayscale: #B4B4B4. Windows color (decimal): -2452228 or 16553178. OLE color: 16553178.

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

Color convert

RGB218148252-
CMYK0.130.4100.01
HSL280.38º94.55%78.43%-
HSV(B)280.38º41.27%98.82%-
XYZ57.0743.1197.41-
YUV180.79168.19154.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 148 (58.20% from 255) = 23.95%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=35.28%
G=23.95%
B=40.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181482520.130.4100.01280.3894.5578.43
HexDA94FCD29011185f4e
Octal332224374155101430137116
Binary11011010100101001111110011011010010110001100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94FC; }

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

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

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

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

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

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

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

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