Html Css Color HEX #DFA4FF Mauve

📋 copy color: '#DFA4FF'

red 223 ◦ green 164 ◦ blue 255

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

Shades of Mauve #DFA4FF

Tints of Mauve #DFA4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 34.74%
G = 25.55%
B = 39.72%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFA4FF (or 0xDFA4FF) is known color: Mauve. HEX triplet: DF, A4 and FF. RGB value is (223,164,255). Sum of RGB (Red+Green+Blue) = 223+164+255=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4FF is #205B00. Grayscale: #BFBFBF. Windows color (decimal): -2120449 or 16753887. OLE color: 16753887.

HSL color Cylindrical-coordinate representation of color #DFA4FF: hue angle of 278.9º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFA4FF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 164 255 -
CMYK 0.13 0.36 0 0
HSL 278.9º 1% 0.82% -
HSV(B) 278.9º 0.36% 1% -
XYZ 61.76 49.46 100.9 -
YUV 192.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 223 164 255 0.13 0.36 0 0 278.9 1 0.82
Hex DF A4 FF D 24 0 0 117 64 52
Octal 337 244 377 15 44 0 0 427 144 122
Binary 11011111 10100100 11111111 1101 100100 0 0 100010111 1100100 1010010

Color Harmonies of #DFA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA4FF

Black with #DFA4FF

Text Example


Text Example

White with #DFA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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