Html Css Color HEX #DFA7FA Mauve

📋 copy color: '#DFA7FA'

red 223 ◦ green 167 ◦ blue 250

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

Shades of Mauve #DFA7FA

Tints of Mauve #DFA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.09%

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

R = 34.84%
G = 26.09%
B = 39.06%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFA7FA (or 0xDFA7FA) is known color: Mauve. HEX triplet: DF, A7 and FA. RGB value is (223,167,250). Sum of RGB (Red+Green+Blue) = 223+167+250=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7FA is #205805. Grayscale: #C0C0C0. Windows color (decimal): -2119686 or 16426975. OLE color: 16426975.

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

Color convert

RGB 223 167 250 -
CMYK 0.11 0.33 0 0.02
HSL 280.48º 0.89% 0.82% -
HSV(B) 280.48º 0.33% 0.98% -
XYZ 61.51 50.23 96.9 -
YUV 193.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 223 167 250 0.11 0.33 0 0.02 280.48 0.89 0.82
Hex DF A7 FA B 21 0 2 118 59 52
Octal 337 247 372 13 41 0 2 430 131 122
Binary 11011111 10100111 11111010 1011 100001 0 10 100011000 1011001 1010010

Color Harmonies of #DFA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7FA

Black with #DFA7FA

Text Example


Text Example

White with #DFA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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