Html Css Color HEX #DFA2F5 Mauve

📋 copy color: '#DFA2F5'

red 223 ◦ green 162 ◦ blue 245

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

Shades of Mauve #DFA2F5

Tints of Mauve #DFA2F5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.71%

 BLUE value IS 245 (96.09% from 255) = 38.89%

R = 35.4%
G = 25.71%
B = 38.89%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFA2F5 (or 0xDFA2F5) is known color: Mauve. HEX triplet: DF, A2 and F5. RGB value is (223,162,245). Sum of RGB (Red+Green+Blue) = 223+162+245=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFA2F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2F5 is #205D0A. Grayscale: #BDBDBD. Windows color (decimal): -2120971 or 16098015. OLE color: 16098015.

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

Color convert

RGB 223 162 245 -
CMYK 0.09 0.34 0 0.04
HSL 284.1º 0.81% 0.8% -
HSV(B) 284.1º 0.34% 0.96% -
XYZ 59.83 48.12 92.52 -
YUV 189.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 223 162 245 0.09 0.34 0 0.04 284.1 0.81 0.8
Hex DF A2 F5 9 22 0 4 11C 51 50
Octal 337 242 365 11 42 0 4 434 121 120
Binary 11011111 10100010 11110101 1001 100010 0 100 100011100 1010001 1010000

Color Harmonies of #DFA2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2F5

Black with #DFA2F5

Text Example


Text Example

White with #DFA2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2F5; }

 p { color: rgb(223,162,245); }

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

background-color css

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

 a { background-color: rgb(223,162,245); }

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

border-color css

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

 span { border-color: rgb(223,162,245); }

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