#DF9FFA

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

Shades of Mauve #DF9FFA

Tints of Mauve #DF9FFA

Color information

#DF9FFA (or 0xDF9FFA) is unknown color: approx Mauve. HEX triplet: DF, 9F and FA. RGB value is (223,159,250). Sum of RGB (Red+Green+Blue) = 223+159+250=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FFA is #206005. Grayscale: #BCBCBC. Windows color (decimal): -2121734 or 16424927. OLE color: 16424927.

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

Color convert

RGB223159250-
CMYK0.110.3600.02
HSL282.2º90.1%80.2%-
HSV(B)282.2º36.4%98.04%-
XYZ60.0847.3996.42-
YUV188.51162.7152.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 159 (62.5% from 255) = 25.16%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=35.28%
G=25.16%
B=39.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231592500.110.3600.02282.290.180.2
HexDF9FFAB240211a5a50
Octal337237372134402432132120
Binary110111111001111111111010101110010001010001101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FFA; }

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

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

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

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

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

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

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

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