#DA99FC

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

Shades of Mauve #DA99FC

Tints of Mauve #DA99FC

Color information

#DA99FC (or 0xDA99FC) is unknown color: approx Mauve. HEX triplet: DA, 99 and FC. RGB value is (218,153,252). Sum of RGB (Red+Green+Blue) = 218+153+252=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99FC is #256603. Grayscale: #B7B7B7. Windows color (decimal): -2450948 or 16554458. OLE color: 16554458.

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

Color convert

RGB218153252-
CMYK0.130.3900.01
HSL279.39º94.29%79.41%-
HSV(B)279.39º39.29%98.82%-
XYZ57.8844.7297.68-
YUV183.72166.53152.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 153 (60.16% from 255) = 24.56%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=34.99%
G=24.56%
B=40.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181532520.130.3900.01279.3994.2979.41
HexDA99FCD27011175e4f
Octal332231374154701427136117
Binary11011010100110011111110011011001110110001011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99FC; }

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

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

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

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

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

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

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

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