Html Css Color HEX #D9A1FB Mauve

📋 copy color: '#D9A1FB'

red 217 ◦ green 161 ◦ blue 251

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

Shades of Mauve #D9A1FB

Tints of Mauve #D9A1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.9%

R = 34.5%
G = 25.6%
B = 39.9%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9A1FB (or 0xD9A1FB) is known color: Mauve. HEX triplet: D9, A1 and FB. RGB value is (217,161,251). Sum of RGB (Red+Green+Blue) = 217+161+251=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A1FB is #265E04. Grayscale: #BBBBBB. Windows color (decimal): -2514437 or 16490969. OLE color: 16490969.

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

Color convert

RGB 217 161 251 -
CMYK 0.14 0.36 0 0.02
HSL 277.33º 0.92% 0.81% -
HSV(B) 277.33º 0.36% 0.98% -
XYZ 58.77 47.21 97.28 -
YUV 188 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 217 161 251 0.14 0.36 0 0.02 277.33 0.92 0.81
Hex D9 A1 FB E 24 0 2 115 5C 51
Octal 331 241 373 16 44 0 2 425 134 121
Binary 11011001 10100001 11111011 1110 100100 0 10 100010101 1011100 1010001

Color Harmonies of #D9A1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1FB

Black with #D9A1FB

Text Example


Text Example

White with #D9A1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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