#DF9AFA

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

Shades of Mauve #DF9AFA

Tints of Mauve #DF9AFA

Color information

#DF9AFA (or 0xDF9AFA) is unknown color: approx Mauve. HEX triplet: DF, 9A and FA. RGB value is (223,154,250). Sum of RGB (Red+Green+Blue) = 223+154+250=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AFA is #206505. Grayscale: #B9B9B9. Windows color (decimal): -2123014 or 16423647. OLE color: 16423647.

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

Color convert

RGB223154250-
CMYK0.110.3800.02
HSL283.12º90.57%79.22%-
HSV(B)283.12º38.4%98.04%-
XYZ59.2445.796.14-
YUV185.58164.36154.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 154 (60.55% from 255) = 24.56%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=35.57%
G=24.56%
B=39.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231542500.110.3800.02283.1290.5779.22
HexDF9AFAB260211b5b4f
Octal337232372134602433133117
Binary110111111001101011111010101110011001010001101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AFA; }

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

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

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

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

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

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

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

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