Html Css Color HEX #DFA7F4 Mauve

📋 copy color: '#DFA7F4'

red 223 ◦ green 167 ◦ blue 244

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

Shades of Mauve #DFA7F4

Tints of Mauve #DFA7F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.49%

R = 35.17%
G = 26.34%
B = 38.49%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFA7F4 (or 0xDFA7F4) is known color: Mauve. HEX triplet: DF, A7 and F4. RGB value is (223,167,244). Sum of RGB (Red+Green+Blue) = 223+167+244=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFA7F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7F4 is #20580B. Grayscale: #C0C0C0. Windows color (decimal): -2119692 or 16033759. OLE color: 16033759.

HSL color Cylindrical-coordinate representation of color #DFA7F4: hue angle of 283.64º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA7F4 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 167 244 -
CMYK 0.09 0.32 0 0.04
HSL 283.64º 0.78% 0.81% -
HSV(B) 283.64º 0.32% 0.96% -
XYZ 60.58 49.86 92.02 -
YUV 192.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 223 167 244 0.09 0.32 0 0.04 283.64 0.78 0.81
Hex DF A7 F4 9 20 0 4 11C 4E 51
Octal 337 247 364 11 40 0 4 434 116 121
Binary 11011111 10100111 11110100 1001 100000 0 100 100011100 1001110 1010001

Color Harmonies of #DFA7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7F4

Black with #DFA7F4

Text Example


Text Example

White with #DFA7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA7F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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