Html Css Color HEX #D2B1F1 Mauve

📋 copy color: '#D2B1F1'

red 210 ◦ green 177 ◦ blue 241

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

Shades of Mauve #D2B1F1

Tints of Mauve #D2B1F1

RGB

 RED value IS 210 (82.42% from 255) = 33.44%

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

 BLUE value IS 241 (94.53% from 255) = 38.38%

R = 33.44%
G = 28.18%
B = 38.38%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D2B1F1 (or 0xD2B1F1) is known color: Mauve. HEX triplet: D2, B1 and F1. RGB value is (210,177,241). Sum of RGB (Red+Green+Blue) = 210+177+241=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B1F1 is #2D4E0E. Grayscale: #C1C1C1. Windows color (decimal): -2969103 or 15839698. OLE color: 15839698.

HSL color Cylindrical-coordinate representation of color #D2B1F1: hue angle of 270.94º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2B1F1 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 177 241 -
CMYK 0.13 0.27 0 0.05
HSL 270.94º 0.7% 0.82% -
HSV(B) 270.94º 0.27% 0.95% -
XYZ 58.18 51.5 90.09 -
YUV 194.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 210 177 241 0.13 0.27 0 0.05 270.94 0.7 0.82
Hex D2 B1 F1 D 1B 0 5 10F 46 52
Octal 322 261 361 15 33 0 5 417 106 122
Binary 11010010 10110001 11110001 1101 11011 0 101 100001111 1000110 1010010

Color Harmonies of #D2B1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B1F1

Black with #D2B1F1

Text Example


Text Example

White with #D2B1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B1F1; }

 p { color: rgb(210,177,241); }

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

background-color css

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

 a { background-color: rgb(210,177,241); }

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

border-color css

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

 span { border-color: rgb(210,177,241); }

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