Html Css Color HEX #DFA0F1 Mauve

📋 copy color: '#DFA0F1'

red 223 ◦ green 160 ◦ blue 241

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

Shades of Mauve #DFA0F1

Tints of Mauve #DFA0F1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.64%

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

R = 35.74%
G = 25.64%
B = 38.62%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFA0F1 (or 0xDFA0F1) is known color: Mauve. HEX triplet: DF, A0 and F1. RGB value is (223,160,241). Sum of RGB (Red+Green+Blue) = 223+160+241=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0F1 is #205F0E. Grayscale: #BBBBBB. Windows color (decimal): -2121487 or 15835359. OLE color: 15835359.

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

Color convert

RGB 223 160 241 -
CMYK 0.07 0.34 0 0.05
HSL 286.67º 0.74% 0.79% -
HSV(B) 286.67º 0.34% 0.95% -
XYZ 58.88 47.18 89.22 -
YUV 188.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 223 160 241 0.07 0.34 0 0.05 286.67 0.74 0.79
Hex DF A0 F1 7 22 0 5 11F 4A 4F
Octal 337 240 361 7 42 0 5 437 112 117
Binary 11011111 10100000 11110001 111 100010 0 101 100011111 1001010 1001111

Color Harmonies of #DFA0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0F1

Black with #DFA0F1

Text Example


Text Example

White with #DFA0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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