Html Css Color HEX #D1A6F9 Mauve

📋 copy color: '#D1A6F9'

red 209 ◦ green 166 ◦ blue 249

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

Shades of Mauve #D1A6F9

Tints of Mauve #D1A6F9

RGB

 RED value IS 209 (82.03% from 255) = 33.49%

 GREEN value IS 166 (65.23% from 255) = 26.6%

 BLUE value IS 249 (97.66% from 255) = 39.9%

R = 33.49%
G = 26.6%
B = 39.9%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1A6F9 (or 0xD1A6F9) is known color: Mauve. HEX triplet: D1, A6 and F9. RGB value is (209,166,249). Sum of RGB (Red+Green+Blue) = 209+166+249=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1A6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6F9 is #2E5906. Grayscale: #BCBCBC. Windows color (decimal): -3037447 or 16361169. OLE color: 16361169.

HSL color Cylindrical-coordinate representation of color #D1A6F9: hue angle of 271.08º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A6F9 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 166 249 -
CMYK 0.16 0.33 0 0.02
HSL 271.08º 0.87% 0.81% -
HSV(B) 271.08º 0.33% 0.98% -
XYZ 57.03 47.67 95.82 -
YUV 188.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 209 166 249 0.16 0.33 0 0.02 271.08 0.87 0.81
Hex D1 A6 F9 10 21 0 2 10F 57 51
Octal 321 246 371 20 41 0 2 417 127 121
Binary 11010001 10100110 11111001 10000 100001 0 10 100001111 1010111 1010001

Color Harmonies of #D1A6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6F9

Black with #D1A6F9

Text Example


Text Example

White with #D1A6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6F9; }

 p { color: rgb(209,166,249); }

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

background-color css

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

 a { background-color: rgb(209,166,249); }

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

border-color css

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

 span { border-color: rgb(209,166,249); }

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