#DF96FF

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

Shades of Mauve #DF96FF

Tints of Mauve #DF96FF

Color information

#DF96FF (or 0xDF96FF) is unknown color: approx Mauve. HEX triplet: DF, 96 and FF. RGB value is (223,150,255). Sum of RGB (Red+Green+Blue) = 223+150+255=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96FF is #206900. Grayscale: #B7B7B7. Windows color (decimal): -2124033 or 16750303. OLE color: 16750303.

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

Color convert

RGB223150255-
CMYK0.130.4100
HSL281.71º100%79.41%-
HSV(B)281.71º41.18%100%-
XYZ59.3944.72100.11-
YUV183.8168.18155.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 150 (58.98% from 255) = 23.89%
BLUE value IS 255 (100% from 255) = 40.61%
R=35.51%
G=23.89%
B=40.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231502550.130.4100281.7110079.41
HexDF96FFD290011a644f
Octal337226377155100432144117
Binary11011111100101101111111111011010010010001101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96FF; }

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

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

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

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

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

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

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

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