Html Css Color HEX #DFA3FA Mauve

📋 copy color: '#DFA3FA'

red 223 ◦ green 163 ◦ blue 250

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

Shades of Mauve #DFA3FA

Tints of Mauve #DFA3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.63%

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 35.06%
G = 25.63%
B = 39.31%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFA3FA (or 0xDFA3FA) is known color: Mauve. HEX triplet: DF, A3 and FA. RGB value is (223,163,250). Sum of RGB (Red+Green+Blue) = 223+163+250=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3FA is #205C05. Grayscale: #BEBEBE. Windows color (decimal): -2120710 or 16425951. OLE color: 16425951.

HSL color Cylindrical-coordinate representation of color #DFA3FA: hue angle of 281.38º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA3FA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 163 250 -
CMYK 0.11 0.35 0 0.02
HSL 281.38º 0.9% 0.81% -
HSV(B) 281.38º 0.35% 0.98% -
XYZ 60.78 48.78 96.66 -
YUV 190.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 223 163 250 0.11 0.35 0 0.02 281.38 0.9 0.81
Hex DF A3 FA B 23 0 2 119 5A 51
Octal 337 243 372 13 43 0 2 431 132 121
Binary 11011111 10100011 11111010 1011 100011 0 10 100011001 1011010 1010001

Color Harmonies of #DFA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA3FA

Black with #DFA3FA

Text Example


Text Example

White with #DFA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA3FA; }

 p { color: rgb(223,163,250); }

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

background-color css

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

 a { background-color: rgb(223,163,250); }

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

border-color css

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

 span { border-color: rgb(223,163,250); }

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