Html Css Color HEX #D9B1F5 Mauve

📋 copy color: '#D9B1F5'

red 217 ◦ green 177 ◦ blue 245

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

Shades of Mauve #D9B1F5

Tints of Mauve #D9B1F5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.7%

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

R = 33.96%
G = 27.7%
B = 38.34%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9B1F5 (or 0xD9B1F5) is known color: Mauve. HEX triplet: D9, B1 and F5. RGB value is (217,177,245). Sum of RGB (Red+Green+Blue) = 217+177+245=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9B1F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B1F5 is #264E0A. Grayscale: #C4C4C4. Windows color (decimal): -2510347 or 16101849. OLE color: 16101849.

HSL color Cylindrical-coordinate representation of color #D9B1F5: hue angle of 275.29º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9B1F5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 177 245 -
CMYK 0.11 0.28 0 0.04
HSL 275.29º 0.77% 0.83% -
HSV(B) 275.29º 0.28% 0.96% -
XYZ 60.82 52.79 93.37 -
YUV 196.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 217 177 245 0.11 0.28 0 0.04 275.29 0.77 0.83
Hex D9 B1 F5 B 1C 0 4 113 4D 53
Octal 331 261 365 13 34 0 4 423 115 123
Binary 11011001 10110001 11110101 1011 11100 0 100 100010011 1001101 1010011

Color Harmonies of #D9B1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B1F5

Black with #D9B1F5

Text Example


Text Example

White with #D9B1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B1F5; }

 p { color: rgb(217,177,245); }

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

background-color css

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

 a { background-color: rgb(217,177,245); }

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

border-color css

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

 span { border-color: rgb(217,177,245); }

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