#D6B1B3

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

Shades of Pink Flare #D6B1B3

Tints of Pink Flare #D6B1B3

Color information

#D6B1B3 (or 0xD6B1B3) is unknown color: approx Pink Flare. HEX triplet: D6, B1 and B3. RGB value is (214,177,179). Sum of RGB (Red+Green+Blue) = 214+177+179=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1B3 is #294E4C. Grayscale: #BCBCBC. Windows color (decimal): -2707021 or 11776470. OLE color: 11776470.

HSL color Cylindrical-coordinate representation of color #D6B1B3: hue angle of 356.76º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B1B3 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB214177179-
CMYK00.170.160.16
HSL356.76º31.09%76.67%-
HSV(B)356.76º17.29%83.92%-
XYZ51.594949.39-
YUV188.29122.76146.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=37.54%
G=31.05%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417717900.170.160.16356.7631.0976.67
HexD6B1B301110101651f4d
Octal326261263021202054537115
Binary1101011010110001101100110100011000010000101100101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B1B3; }

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

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

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

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

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

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

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

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