Html Css Color HEX #D2B1FF Mauve

📋 copy color: '#D2B1FF'

red 210 ◦ green 177 ◦ blue 255

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

Shades of Mauve #D2B1FF

Tints of Mauve #D2B1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 32.71%
G = 27.57%
B = 39.72%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2B1FF (or 0xD2B1FF) is known color: Mauve. HEX triplet: D2, B1 and FF. RGB value is (210,177,255). Sum of RGB (Red+Green+Blue) = 210+177+255=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2B1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B1FF is #2D4E00. Grayscale: #C3C3C3. Windows color (decimal): -2969089 or 16757202. OLE color: 16757202.

HSL color Cylindrical-coordinate representation of color #D2B1FF: hue angle of 265.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2B1FF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 177 255 -
CMYK 0.18 0.31 0 0
HSL 265.38º 1% 0.85% -
HSV(B) 265.38º 0.31% 1% -
XYZ 60.35 52.37 101.53 -
YUV 195.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 210 177 255 0.18 0.31 0 0 265.38 1 0.85
Hex D2 B1 FF 12 1F 0 0 109 64 55
Octal 322 261 377 22 37 0 0 411 144 125
Binary 11010010 10110001 11111111 10010 11111 0 0 100001001 1100100 1010101

Color Harmonies of #D2B1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B1FF

Black with #D2B1FF

Text Example


Text Example

White with #D2B1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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