Html Css Color HEX #D7B1FA Mauve

📋 copy color: '#D7B1FA'

red 215 ◦ green 177 ◦ blue 250

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

Shades of Mauve #D7B1FA

Tints of Mauve #D7B1FA

RGB

 RED value IS 215 (84.38% from 255) = 33.49%

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

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 33.49%
G = 27.57%
B = 38.94%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7B1FA (or 0xD7B1FA) is known color: Mauve. HEX triplet: D7, B1 and FA. RGB value is (215,177,250). Sum of RGB (Red+Green+Blue) = 215+177+250=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B1FA is #284E05. Grayscale: #C4C4C4. Windows color (decimal): -2641414 or 16429527. OLE color: 16429527.

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

Color convert

RGB 215 177 250 -
CMYK 0.14 0.29 0 0.02
HSL 271.23º 0.88% 0.84% -
HSV(B) 271.23º 0.29% 0.98% -
XYZ 61 52.79 97.42 -
YUV 196.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 215 177 250 0.14 0.29 0 0.02 271.23 0.88 0.84
Hex D7 B1 FA E 1D 0 2 10F 58 54
Octal 327 261 372 16 35 0 2 417 130 124
Binary 11010111 10110001 11111010 1110 11101 0 10 100001111 1011000 1010100

Color Harmonies of #D7B1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B1FA

Black with #D7B1FA

Text Example


Text Example

White with #D7B1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B1FA; }

 p { color: rgb(215,177,250); }

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

background-color css

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

 a { background-color: rgb(215,177,250); }

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

border-color css

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

 span { border-color: rgb(215,177,250); }

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