Html Css Color HEX #D1A1FC Mauve

📋 copy color: '#D1A1FC'

red 209 ◦ green 161 ◦ blue 252

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

Shades of Mauve #D1A1FC

Tints of Mauve #D1A1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 33.6%
G = 25.88%
B = 40.51%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1A1FC (or 0xD1A1FC) is known color: Mauve. HEX triplet: D1, A1 and FC. RGB value is (209,161,252). Sum of RGB (Red+Green+Blue) = 209+161+252=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A1FC is #2E5E03. Grayscale: #B9B9B9. Windows color (decimal): -3038724 or 16556497. OLE color: 16556497.

HSL color Cylindrical-coordinate representation of color #D1A1FC: hue angle of 271.65º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1A1FC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 161 252 -
CMYK 0.17 0.36 0 0.01
HSL 271.65º 0.94% 0.81% -
HSV(B) 271.65º 0.36% 0.99% -
XYZ 56.61 46.07 98 -
YUV 185.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 209 161 252 0.17 0.36 0 0.01 271.65 0.94 0.81
Hex D1 A1 FC 11 24 0 1 110 5E 51
Octal 321 241 374 21 44 0 1 420 136 121
Binary 11010001 10100001 11111100 10001 100100 0 1 100010000 1011110 1010001

Color Harmonies of #D1A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A1FC

Black with #D1A1FC

Text Example


Text Example

White with #D1A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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