#DF9DFE

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

Shades of Mauve #DF9DFE

Tints of Mauve #DF9DFE

Color information

#DF9DFE (or 0xDF9DFE) is unknown color: approx Mauve. HEX triplet: DF, 9D and FE. RGB value is (223,157,254). Sum of RGB (Red+Green+Blue) = 223+157+254=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF9DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFE is #206201. Grayscale: #BBBBBB. Windows color (decimal): -2122242 or 16686559. OLE color: 16686559.

HSL color Cylindrical-coordinate representation of color #DF9DFE: hue angle of 280.82º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9DFE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223157254-
CMYK0.120.3800.00
HSL280.82º97.98%80.59%-
HSV(B)280.82º38.19%99.61%-
XYZ60.3846.9699.65-
YUV187.79165.37153.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 157 (61.72% from 255) = 24.76%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=35.17%
G=24.76%
B=40.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231572540.120.3800.00280.8297.9880.59
HexDF9DFEC26001196251
Octal337235376144600431142121
Binary11011111100111011111111011001001100010001100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DFE; }

 p { color: rgb(223,157,254); }

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

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

 a { background-color: rgb(223,157,254); }

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

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

 span { border-color: rgb(223,157,254); }

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