Html Css Color HEX #D1A1F5 Mauve

📋 copy color: '#D1A1F5'

red 209 ◦ green 161 ◦ blue 245

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

Shades of Mauve #D1A1F5

Tints of Mauve #D1A1F5

RGB

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

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

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

R = 33.98%
G = 26.18%
B = 39.84%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1A1F5 (or 0xD1A1F5) is known color: Mauve. HEX triplet: D1, A1 and F5. RGB value is (209,161,245). Sum of RGB (Red+Green+Blue) = 209+161+245=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1A1F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A1F5 is #2E5E0A. Grayscale: #B8B8B8. Windows color (decimal): -3038731 or 16097745. OLE color: 16097745.

HSL color Cylindrical-coordinate representation of color #D1A1F5: hue angle of 274.29º 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 #D1A1F5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 161 245 -
CMYK 0.15 0.34 0 0.04
HSL 274.29º 0.81% 0.8% -
HSV(B) 274.29º 0.34% 0.96% -
XYZ 55.52 45.64 92.27 -
YUV 184.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 209 161 245 0.15 0.34 0 0.04 274.29 0.81 0.8
Hex D1 A1 F5 F 22 0 4 112 51 50
Octal 321 241 365 17 42 0 4 422 121 120
Binary 11010001 10100001 11110101 1111 100010 0 100 100010010 1010001 1010000

Color Harmonies of #D1A1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A1F5

Black with #D1A1F5

Text Example


Text Example

White with #D1A1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A1F5; }

 p { color: rgb(209,161,245); }

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

background-color css

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

 a { background-color: rgb(209,161,245); }

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

border-color css

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

 span { border-color: rgb(209,161,245); }

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