#DF9DFF

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

Shades of Mauve #DF9DFF

Tints of Mauve #DF9DFF

Color information

#DF9DFF (or 0xDF9DFF) is unknown color: approx Mauve. HEX triplet: DF, 9D and FF. RGB value is (223,157,255). Sum of RGB (Red+Green+Blue) = 223+157+255=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFF is #206200. Grayscale: #BBBBBB. Windows color (decimal): -2122241 or 16752095. OLE color: 16752095.

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

Color convert

RGB223157255-
CMYK0.130.3800
HSL280.41º100%80.78%-
HSV(B)280.41º38.43%100%-
XYZ60.5447.02100.49-
YUV187.91165.87153.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 157 (61.72% from 255) = 24.72%
BLUE value IS 255 (100% from 255) = 40.16%
R=35.12%
G=24.72%
B=40.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231572550.130.3800280.4110080.78
HexDF9DFFD26001186451
Octal337235377154600430144121
Binary11011111100111011111111111011001100010001100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DFF; }

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

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

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

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

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

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

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

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