Html Css Color HEX #D9A4F1 Mauve

📋 copy color: '#D9A4F1'

red 217 ◦ green 164 ◦ blue 241

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

Shades of Mauve #D9A4F1

Tints of Mauve #D9A4F1

RGB

 RED value IS 217 (85.16% from 255) = 34.89%

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

 BLUE value IS 241 (94.53% from 255) = 38.75%

R = 34.89%
G = 26.37%
B = 38.75%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9A4F1 (or 0xD9A4F1) is known color: Mauve. HEX triplet: D9, A4 and F1. RGB value is (217,164,241). Sum of RGB (Red+Green+Blue) = 217+164+241=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9A4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A4F1 is #265B0E. Grayscale: #BCBCBC. Windows color (decimal): -2513679 or 15836377. OLE color: 15836377.

HSL color Cylindrical-coordinate representation of color #D9A4F1: hue angle of 281.3º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9A4F1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 164 241 -
CMYK 0.10 0.32 0 0.05
HSL 281.3º 0.73% 0.79% -
HSV(B) 281.3º 0.32% 0.95% -
XYZ 57.77 47.65 89.37 -
YUV 188.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 217 164 241 0.10 0.32 0 0.05 281.3 0.73 0.79
Hex D9 A4 F1 A 20 0 5 119 49 4F
Octal 331 244 361 12 40 0 5 431 111 117
Binary 11011001 10100100 11110001 1010 100000 0 101 100011001 1001001 1001111

Color Harmonies of #D9A4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A4F1

Black with #D9A4F1

Text Example


Text Example

White with #D9A4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A4F1; }

 p { color: rgb(217,164,241); }

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

background-color css

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

 a { background-color: rgb(217,164,241); }

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

border-color css

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

 span { border-color: rgb(217,164,241); }

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