#DF96FA

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

Shades of Mauve #DF96FA

Tints of Mauve #DF96FA

Color information

#DF96FA (or 0xDF96FA) is unknown color: approx Mauve. HEX triplet: DF, 96 and FA. RGB value is (223,150,250). Sum of RGB (Red+Green+Blue) = 223+150+250=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96FA is #206905. Grayscale: #B6B6B6. Windows color (decimal): -2124038 or 16422623. OLE color: 16422623.

HSL color Cylindrical-coordinate representation of color #DF96FA: hue angle of 283.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF96FA is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223150250-
CMYK0.110.400.02
HSL283.8º90.91%78.43%-
HSV(B)283.8º40%98.04%-
XYZ58.5944.495.92-
YUV183.23165.68156.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 150 (58.98% from 255) = 24.08%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=35.79%
G=24.08%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231502500.110.400.02283.890.9178.43
HexDF96FAB280211c5b4e
Octal337226372135002434133116
Binary110111111001011011111010101110100001010001110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96FA; }

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

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

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

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

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

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

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

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