#DF99FA

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

Shades of Mauve #DF99FA

Tints of Mauve #DF99FA

Color information

#DF99FA (or 0xDF99FA) is unknown color: approx Mauve. HEX triplet: DF, 99 and FA. RGB value is (223,153,250). Sum of RGB (Red+Green+Blue) = 223+153+250=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99FA is #206605. Grayscale: #B8B8B8. Windows color (decimal): -2123270 or 16423391. OLE color: 16423391.

HSL color Cylindrical-coordinate representation of color #DF99FA: hue angle of 283.3º degrees, saturation: 0.91, 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 #DF99FA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223153250-
CMYK0.110.3900.02
HSL283.3º90.65%79.02%-
HSV(B)283.3º38.8%98.04%-
XYZ59.0845.3796.09-
YUV184.99164.69155.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 153 (60.16% from 255) = 24.44%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=35.62%
G=24.44%
B=39.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231532500.110.3900.02283.390.6579.02
HexDF99FAB270211b5b4f
Octal337231372134702433133117
Binary110111111001100111111010101110011101010001101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99FA; }

 p { color: rgb(223,153,250); }

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

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

 a { background-color: rgb(223,153,250); }

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

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

 span { border-color: rgb(223,153,250); }

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