Html Css Color HEX #DFA4F1 Mauve

📋 copy color: '#DFA4F1'

red 223 ◦ green 164 ◦ blue 241

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

Shades of Mauve #DFA4F1

Tints of Mauve #DFA4F1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.11%

 BLUE value IS 241 (94.53% from 255) = 38.38%

R = 35.51%
G = 26.11%
B = 38.38%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFA4F1 (or 0xDFA4F1) is known color: Mauve. HEX triplet: DF, A4 and F1. RGB value is (223,164,241). Sum of RGB (Red+Green+Blue) = 223+164+241=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4F1 is #205B0E. Grayscale: #BEBEBE. Windows color (decimal): -2120463 or 15836383. OLE color: 15836383.

HSL color Cylindrical-coordinate representation of color #DFA4F1: hue angle of 285.97º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA4F1 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 164 241 -
CMYK 0.07 0.32 0 0.05
HSL 285.97º 0.73% 0.79% -
HSV(B) 285.97º 0.32% 0.95% -
XYZ 59.58 48.59 89.46 -
YUV 190.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 223 164 241 0.07 0.32 0 0.05 285.97 0.73 0.79
Hex DF A4 F1 7 20 0 5 11E 49 4F
Octal 337 244 361 7 40 0 5 436 111 117
Binary 11011111 10100100 11110001 111 100000 0 101 100011110 1001001 1001111

Color Harmonies of #DFA4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA4F1

Black with #DFA4F1

Text Example


Text Example

White with #DFA4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA4F1; }

 p { color: rgb(223,164,241); }

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

background-color css

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

 a { background-color: rgb(223,164,241); }

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

border-color css

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

 span { border-color: rgb(223,164,241); }

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