#D1B1B3

Color #D1B1B3 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #D1B1B3

Tints of Pink Flare #D1B1B3

Color information

#D1B1B3 (or 0xD1B1B3) is unknown color: approx Pink Flare. HEX triplet: D1, B1 and B3. RGB value is (209,177,179). Sum of RGB (Red+Green+Blue) = 209+177+179=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1B3 is #2E4E4C. Grayscale: #BABABA. Windows color (decimal): -3034701 or 11776465. OLE color: 11776465.

HSL color Cylindrical-coordinate representation of color #D1B1B3: hue angle of 356.25º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B1B3 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB209177179-
CMYK00.150.140.18
HSL356.25º25.81%75.69%-
HSV(B)356.25º15.31%81.96%-
XYZ50.1548.2549.32-
YUV186.8123.6143.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=36.99%
G=31.33%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917717900.150.140.18356.2525.8175.69
HexD1B1B30FE121641a4c
Octal321261263017162254432114
Binary11010001101100011011001101111111010010101100100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B1B3; }

 p { color: rgb(209,177,179); }

 H1.HeaderClassName
 {
   color: #D1B1B3;
 }
 .AnyTagClassName
 {
   color: #D1B1B3;
 }
</style>
background-color css

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

 a { background-color: rgb(209,177,179); }

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

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

 span { border-color: rgb(209,177,179); }

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