Html Css Color HEX #DFA1FF Mauve

📋 copy color: '#DFA1FF'

red 223 ◦ green 161 ◦ blue 255

#DFA1FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DFA1FF

Tints of Mauve #DFA1FF

RGB

 RED value IS 223 (87.5% from 255) = 34.9%

 GREEN value IS 161 (63.28% from 255) = 25.2%

 BLUE value IS 255 (100% from 255) = 39.91%

R = 34.9%
G = 25.2%
B = 39.91%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFA1FF (or 0xDFA1FF) is known color: Mauve. HEX triplet: DF, A1 and FF. RGB value is (223,161,255). Sum of RGB (Red+Green+Blue) = 223+161+255=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1FF is #205E00. Grayscale: #BDBDBD. Windows color (decimal): -2121217 or 16753119. OLE color: 16753119.

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

Color convert

RGB 223 161 255 -
CMYK 0.13 0.37 0 0
HSL 279.57º 1% 0.82% -
HSV(B) 279.57º 0.37% 1% -
XYZ 61.23 48.4 100.72 -
YUV 190.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 223 161 255 0.13 0.37 0 0 279.57 1 0.82
Hex DF A1 FF D 25 0 0 118 64 52
Octal 337 241 377 15 45 0 0 430 144 122
Binary 11011111 10100001 11111111 1101 100101 0 0 100011000 1100100 1010010

Color Harmonies of #DFA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1FF

Black with #DFA1FF

Text Example


Text Example

White with #DFA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1FF; }

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

 H1.HeaderClassName
 {
   color: #DFA1FF;
 }
 .AnyTagClassName
 {
   color: #DFA1FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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