Html Css Color HEX #D9A1FC Mauve

📋 copy color: '#D9A1FC'

red 217 ◦ green 161 ◦ blue 252

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

Shades of Mauve #D9A1FC

Tints of Mauve #D9A1FC

RGB

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

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

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

R = 34.44%
G = 25.56%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9A1FC (or 0xD9A1FC) is known color: Mauve. HEX triplet: D9, A1 and FC. RGB value is (217,161,252). Sum of RGB (Red+Green+Blue) = 217+161+252=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 161 (63.28% from 255 or 25.56% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A1FC is #265E03. Grayscale: #BBBBBB. Windows color (decimal): -2514436 or 16556505. OLE color: 16556505.

HSL color Cylindrical-coordinate representation of color #D9A1FC: hue angle of 276.92º 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 #D9A1FC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 161 252 -
CMYK 0.14 0.36 0 0.01
HSL 276.92º 0.94% 0.81% -
HSV(B) 276.92º 0.36% 0.99% -
XYZ 58.93 47.27 98.11 -
YUV 188.12 164.05 148.6 -
System Red Green Blue C M Y K H S L
Decimal 217 161 252 0.14 0.36 0 0.01 276.92 0.94 0.81
Hex D9 A1 FC E 24 0 1 115 5E 51
Octal 331 241 374 16 44 0 1 425 136 121
Binary 11011001 10100001 11111100 1110 100100 0 1 100010101 1011110 1010001

Color Harmonies of #D9A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1FC

Black with #D9A1FC

Text Example


Text Example

White with #D9A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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