Html Css Color HEX #D9A1EF Mauve

📋 copy color: '#D9A1EF'

red 217 ◦ green 161 ◦ blue 239

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

Shades of Mauve #D9A1EF

Tints of Mauve #D9A1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.09%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 35.17%
G = 26.09%
B = 38.74%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9A1EF (or 0xD9A1EF) is known color: Mauve. HEX triplet: D9, A1 and EF. RGB value is (217,161,239). Sum of RGB (Red+Green+Blue) = 217+161+239=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9A1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A1EF is #265E10. Grayscale: #BABABA. Windows color (decimal): -2514449 or 15704537. OLE color: 15704537.

HSL color Cylindrical-coordinate representation of color #D9A1EF: hue angle of 283.08º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A1EF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 161 239 -
CMYK 0.09 0.33 0 0.06
HSL 283.08º 0.71% 0.78% -
HSV(B) 283.08º 0.33% 0.94% -
XYZ 56.94 46.47 87.63 -
YUV 186.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 217 161 239 0.09 0.33 0 0.06 283.08 0.71 0.78
Hex D9 A1 EF 9 21 0 6 11B 47 4E
Octal 331 241 357 11 41 0 6 433 107 116
Binary 11011001 10100001 11101111 1001 100001 0 110 100011011 1000111 1001110

Color Harmonies of #D9A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1EF

Black with #D9A1EF

Text Example


Text Example

White with #D9A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1EF; }

 p { color: rgb(217,161,239); }

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

background-color css

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

 a { background-color: rgb(217,161,239); }

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

border-color css

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

 span { border-color: rgb(217,161,239); }

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