#DF9AF3

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

Shades of Mauve #DF9AF3

Tints of Mauve #DF9AF3

Color information

#DF9AF3 (or 0xDF9AF3) is unknown color: approx Mauve. HEX triplet: DF, 9A and F3. RGB value is (223,154,243). Sum of RGB (Red+Green+Blue) = 223+154+243=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AF3 is #20650C. Grayscale: #B8B8B8. Windows color (decimal): -2123021 or 15964895. OLE color: 15964895.

HSL color Cylindrical-coordinate representation of color #DF9AF3: hue angle of 286.52º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9AF3 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223154243-
CMYK0.080.3700.05
HSL286.52º78.76%77.84%-
HSV(B)286.52º36.63%95.29%-
XYZ58.1645.2790.47-
YUV184.78160.86155.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 154 (60.55% from 255) = 24.84%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=35.97%
G=24.84%
B=39.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231542430.080.3700.05286.5278.7677.84
HexDF9AF38250511f4f4e
Octal337232363104505437117116
Binary1101111110011010111100111000100101010110001111110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AF3; }

 p { color: rgb(223,154,243); }

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

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

 a { background-color: rgb(223,154,243); }

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

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

 span { border-color: rgb(223,154,243); }

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